1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

accountAddress not showing in footer #1827

This commit is contained in:
Hillel Coren 2018-01-19 07:39:13 +02:00
parent 205e2b2059
commit 39c94fb522

View File

@ -97,7 +97,7 @@ class QuoteController extends BaseController
return [
'entityType' => ENTITY_QUOTE,
'account' => $account,
'account' => Auth::user()->account->load('country'),
'products' => Product::scope()->orderBy('product_key')->get(),
'taxRateOptions' => $account->present()->taxRateOptions,
'clients' => Client::scope()->with('contacts', 'country')->orderBy('name')->get(),