updated initial sorting order for some lists

This commit is contained in:
johnny@pittpc.com
2019-11-29 14:08:32 -05:00
parent cac8083279
commit 341f1c37a2
16 changed files with 41 additions and 30 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,45,60,90,120];
$invoiceAlertArray = [30,60,90,120,150];
foreach($invoiceAlertArray as $day){