mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fix entity on quote
This commit is contained in:
parent
af7995815c
commit
53cb0fc076
@ -98,8 +98,8 @@ class CreateQuotePdf implements ShouldQueue
|
||||
]),
|
||||
'variables' => $html->generateLabelsAndValues(),
|
||||
'options' => [
|
||||
'all_pages_header' => $this->invoice->client->getSetting('all_pages_header'),
|
||||
'all_pages_footer' => $this->invoice->client->getSetting('all_pages_footer'),
|
||||
'all_pages_header' => $this->quote->client->getSetting('all_pages_header'),
|
||||
'all_pages_footer' => $this->quote->client->getSetting('all_pages_footer'),
|
||||
],
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user