mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -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'),
|
'countries' => Cache::get('countries'),
|
||||||
'currencyId' => $client->currency_id,
|
'currencyId' => $client->currency_id,
|
||||||
'account' => $client->account,
|
'account' => $client->account,
|
||||||
|
'hideLogo' => $account->isWhiteLabel(),
|
||||||
];
|
];
|
||||||
|
|
||||||
return View::make('payments.payment', $data);
|
return View::make('payments.payment', $data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user