mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #326 from bcole808/whitelabel-fix
Public payment page white label issue
This commit is contained in:
commit
e4a45c6cf9
@ -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