mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:14:29 -04:00
Hide logo on public payment page if white label
This commit is contained in:
parent
0fa30fb55f
commit
e054c4d9e4
@ -325,6 +325,7 @@ class PaymentController extends BaseController
|
||||
'countries' => Cache::get('countries'),
|
||||
'currencyId' => $client->currency_id,
|
||||
'account' => $client->account,
|
||||
'hideLogo' => $account->isWhiteLabel(),
|
||||
];
|
||||
|
||||
return View::make('payments.payment', $data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user