From 8347edc04ed92d2c1d9605570be58ef4b8112a12 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 3 Feb 2024 18:43:16 -0500 Subject: [PATCH] added more days to invoice alert --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.php b/cron.php index df7dccdd..3cdbf338 100644 --- a/cron.php +++ b/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) {