mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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);
|
||||
|
||||
/* 09-01-2022 ensure we create the PDFs at this point in time! */
|
||||
$invoice->service()->touchPdf();
|
||||
|
||||
nlog("updating recurring invoice dates");
|
||||
/* Set next date here to prevent a recurring loop forming */
|
||||
|
Loading…
Reference in New Issue
Block a user