mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Logging for auto bill
This commit is contained in:
parent
6b4aee77b1
commit
263fa391d4
@ -76,7 +76,6 @@ class AutoBillCron
|
||||
|
||||
nlog($auto_bill_invoices->count(). " full invoices to auto bill");
|
||||
|
||||
|
||||
$auto_bill_invoices->cursor()->each(function ($invoice){
|
||||
AutoBill::dispatch($invoice, false);
|
||||
});
|
||||
@ -120,7 +119,11 @@ class AutoBillCron
|
||||
AutoBill::dispatch($invoice, $db);
|
||||
});
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
nlog("fine");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user