1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Force 16px as the default font size for imported companies

This commit is contained in:
David Bomba 2023-02-23 10:20:44 +11:00
parent ee172c1a4e
commit 1a75d115e0

View File

@ -514,6 +514,8 @@ class Import implements ShouldQueue
$data['portal_domain'] = '';
}
$company_settings->font_size = 16;
$data['settings'] = $company_settings;
}