More updates to the UI

This commit is contained in:
johnny@pittpc.com
2019-11-24 20:24:21 -05:00
parent 0b691f6eec
commit cac8083279
5 changed files with 20 additions and 35 deletions

View File

@@ -66,7 +66,7 @@ while($row = mysqli_fetch_array($sql_companies)){
//PAST DUE INVOICE ALERTS
//$invoiceAlertArray = [$config_invoice_overdue_reminders];
$invoiceAlertArray = [3,8,14,30,60,90,120];
$invoiceAlertArray = [3,8,14,30,45,60,90,120];
foreach($invoiceAlertArray as $day){