Ensure PDFs are created when sending recurring invoices
This commit is contained in:
parent
762f6d4b2e
commit
8ee1e8ca9d
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue