mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Lots of updates, modal design updates, added notes to many tables, added contact relation to location, moved next_date as primary sorted in recurring, updated database tables, few fixes for transfers and other small bug fixes
This commit is contained in:
2
cron.php
2
cron.php
@@ -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];
|
||||
$invoiceAlertArray = [30,60,90,120,150,180,210,240,270,300];
|
||||
|
||||
foreach($invoiceAlertArray as $day){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user