Fix for auto-billing delayed invoices
This commit is contained in:
parent
565ac2b242
commit
e4058f9203
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class SendRecurringInvoices extends Command
|
|||
}
|
||||
|
||||
if ($invoice->getAutoBillEnabled() && $invoice->client->autoBillLater()) {
|
||||
$this->info('Processing Invoice '.$invoice->id.' - Should bill '.($billNow ? 'YES' : 'NO'));
|
||||
$this->info('Processing Autobill-delayed Invoice ' . $invoice->id);
|
||||
$this->paymentService->autoBillInvoice($invoice);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue