1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Merge pull request #326 from bcole808/whitelabel-fix

Public payment page white label issue
This commit is contained in:
Hillel Coren 2015-05-27 09:20:34 +03:00
commit e4a45c6cf9

View File

@ -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);