mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:44:33 -04:00
Ensure PDFs are created when sending recurring invoices
This commit is contained in:
parent
762f6d4b2e
commit
8ee1e8ca9d
@ -93,6 +93,9 @@ class SendRecurring implements ShouldQueue
|
|||||||
}
|
}
|
||||||
|
|
||||||
$invoice = $this->createRecurringInvitations($invoice);
|
$invoice = $this->createRecurringInvitations($invoice);
|
||||||
|
|
||||||
|
/* 09-01-2022 ensure we create the PDFs at this point in time! */
|
||||||
|
$invoice->service()->touchPdf();
|
||||||
|
|
||||||
nlog("updating recurring invoice dates");
|
nlog("updating recurring invoice dates");
|
||||||
/* Set next date here to prevent a recurring loop forming */
|
/* Set next date here to prevent a recurring loop forming */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user