mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix saving of custom client view CSS
I noticed that I wasn’t able to change the custom CSS for the client view. This fixes the issue.
This commit is contained in:
parent
fb749092b2
commit
770e3090af
@ -797,7 +797,8 @@ class AccountController extends BaseController
|
||||
{
|
||||
$account = $request->user()->account;
|
||||
$account->fill($request->all());
|
||||
$account->subdomain = $request->subdomain;
|
||||
$account->client_view_css = $request->client_view_css;
|
||||
$account->subdomain = $request->subdomain;
|
||||
$account->iframe_url = $request->iframe_url;
|
||||
$account->save();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user