Minor fixes for recurring
This commit is contained in:
parent
9be33bfdf7
commit
b4b0172773
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue