mirror of https://github.com/itflow-org/itflow
added more days to invoice alert
This commit is contained in:
parent
f97f6ebdb6
commit
8347edc04e
2
cron.php
2
cron.php
|
|
@ -446,7 +446,7 @@ if ($config_send_invoice_reminders == 1) {
|
|||
|
||||
// PAST DUE INVOICE Notifications
|
||||
//$invoiceAlertArray = [$config_invoice_overdue_reminders];
|
||||
$invoiceAlertArray = [30,60,90,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,590,620];
|
||||
$invoiceAlertArray = [30,60,90,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,590,620,650,680,710,740];
|
||||
|
||||
foreach ($invoiceAlertArray as $day) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue