DB Structure Change - Removed the useless Low Account Balance alert

This commit is contained in:
johnnyq
2021-12-08 22:32:05 -05:00
parent 85cdc42d0f
commit c88e6b851a
6 changed files with 4 additions and 65 deletions

View File

@@ -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'];