mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 01:34:30 -04:00
Minor fixes for recurring
This commit is contained in:
parent
9be33bfdf7
commit
b4b0172773
@ -72,7 +72,8 @@ class SendRecurring implements ShouldQueue
|
||||
|
||||
$invoice->date = now()->format('Y-m-d');
|
||||
$invoice->due_date = $this->recurring_invoice->calculateDueDate(now()->format('Y-m-d'));
|
||||
|
||||
$invoice->recurring_id = $this->recurring_invoice->id;
|
||||
|
||||
if($invoice->client->getSetting('auto_email_invoice'))
|
||||
{
|
||||
$invoice = $invoice->service()
|
||||
|
Loading…
x
Reference in New Issue
Block a user