diff --git a/app/Http/Controllers/QuoteController.php b/app/Http/Controllers/QuoteController.php index 27eed69b6442..238cad710eee 100644 --- a/app/Http/Controllers/QuoteController.php +++ b/app/Http/Controllers/QuoteController.php @@ -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(),