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:
parent
205e2b2059
commit
39c94fb522
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user