mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Increase default font size
This commit is contained in:
parent
150c341eb5
commit
aa0774a400
@ -383,7 +383,7 @@ class CompanySettings extends BaseSettings
|
||||
|
||||
public $page_layout = 'portrait';
|
||||
|
||||
public $font_size = 7; //@implemented
|
||||
public $font_size = 16; //@implemented
|
||||
|
||||
public $primary_font = 'Roboto';
|
||||
|
||||
|
@ -45,8 +45,8 @@ class QuoteObserver
|
||||
* @return void
|
||||
*/
|
||||
public function updated(Quote $quote)
|
||||
{nlog("updated");
|
||||
|
||||
{
|
||||
|
||||
$event = Webhook::EVENT_UPDATE_QUOTE;
|
||||
|
||||
if($quote->getOriginal('deleted_at') && !$quote->deleted_at)
|
||||
|
Loading…
x
Reference in New Issue
Block a user