Removed search and company select from sidebar, removed unused plugins

This commit is contained in:
johnny@pittpc.com
2020-08-29 20:18:35 -04:00
parent 3f7133dbef
commit 1ee9fb427c
1183 changed files with 6 additions and 214277 deletions

View File

@@ -66,7 +66,7 @@ while($row = mysqli_fetch_array($sql_companies)){
//PAST DUE INVOICE ALERTS
//$invoiceAlertArray = [$config_invoice_overdue_reminders];
$invoiceAlertArray = [30,60,90,120,150,180,210,240,270,300];
$invoiceAlertArray = [30,60,90,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,590,620];
foreach($invoiceAlertArray as $day){