1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Fix entity on quote

This commit is contained in:
Benjamin Beganović 2020-08-27 10:06:08 +02:00
parent af7995815c
commit 53cb0fc076

View File

@ -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'),
],
];