mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +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(),
|
'variables' => $html->generateLabelsAndValues(),
|
||||||
'options' => [
|
'options' => [
|
||||||
'all_pages_header' => $this->invoice->client->getSetting('all_pages_header'),
|
'all_pages_header' => $this->quote->client->getSetting('all_pages_header'),
|
||||||
'all_pages_footer' => $this->invoice->client->getSetting('all_pages_footer'),
|
'all_pages_footer' => $this->quote->client->getSetting('all_pages_footer'),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user