mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
DB Structure Change - Removed the useless Low Account Balance alert
This commit is contained in:
@@ -46,9 +46,6 @@ $config_ticket_next_number = $row['config_ticket_next_number'];
|
||||
//Alerts
|
||||
$config_enable_cron = $row['config_enable_cron'];
|
||||
|
||||
$config_enable_alert_low_balance = $row['config_enable_alert_low_balance'];
|
||||
$config_account_balance_threshold = $row['config_account_balance_threshold'];
|
||||
|
||||
$config_recurring_auto_send_invoice = $row['config_recurring_auto_send_invoice'];
|
||||
$config_enable_alert_domain_expire = $row['config_enable_alert_domain_expire'];
|
||||
$config_send_invoice_reminders = $row['config_send_invoice_reminders'];
|
||||
|
||||
Reference in New Issue
Block a user