mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Add variables
This commit is contained in:
parent
2fadadf5d4
commit
fa02cc1abe
@ -232,8 +232,12 @@ class CompanySettings extends BaseSettings
|
|||||||
public $portal_custom_js = '';
|
public $portal_custom_js = '';
|
||||||
|
|
||||||
public $client_can_register = false;
|
public $client_can_register = false;
|
||||||
|
public $client_signup_terms = '';
|
||||||
|
public $client_signup_privacy_policy = '';
|
||||||
|
|
||||||
public static $casts = [
|
public static $casts = [
|
||||||
|
'client_signup_terms' => 'string',
|
||||||
|
'client_signup_privacy_policy' => 'string',
|
||||||
'client_can_register' => 'bool',
|
'client_can_register' => 'bool',
|
||||||
'portal_design_id' => 'string',
|
'portal_design_id' => 'string',
|
||||||
'late_fee_endless_percent' => 'float',
|
'late_fee_endless_percent' => 'float',
|
||||||
|
Loading…
Reference in New Issue
Block a user