mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 18:40:57 -04:00
Fix for auto-billing delayed invoices
This commit is contained in:
parent
565ac2b242
commit
e4058f9203
@ -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…
x
Reference in New Issue
Block a user