Added Invoice/SSL download recording, other misc fixes
This commit is contained in:
@@ -27,7 +27,7 @@ class Task_Invoice_Remindoverdue1 extends Minion_Task {
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (ORM::factory('Invoice')->list_overdue_billing(time()-86400*$days,FALSE) as $io) {
|
||||
foreach (ORM::factory('Invoice')->list_overdue_billing(time()-86400*$days,FALSE,FALSE) as $io) {
|
||||
// If we have already sent a reminder, we'll skip to the next one.
|
||||
if ($io->remind($key) OR ($io->account->invoice_delivery != 1))
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user