mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:34:30 -04:00
Add company setting
This commit is contained in:
parent
fdca196215
commit
1263e6a1db
@ -495,7 +495,10 @@ class CompanySettings extends BaseSettings
|
||||
|
||||
public $show_pdfhtml_on_mobile = true;
|
||||
|
||||
public $use_unapplied_payment = 'off'; //always, option, off //@implemented
|
||||
|
||||
public static $casts = [
|
||||
'use_unapplied_payment' => 'string',
|
||||
'show_pdfhtml_on_mobile' => 'bool',
|
||||
'payment_email_all_contacts' => 'bool',
|
||||
'statement_design_id' => 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user