mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Type Change for Payment Terms (#3753)
This commit is contained in:
parent
c339c25d9c
commit
36abed4c7d
@ -55,7 +55,7 @@ class CompanySettings extends BaseSettings
|
|||||||
|
|
||||||
public $default_task_rate = 0;
|
public $default_task_rate = 0;
|
||||||
|
|
||||||
public $payment_terms = -1;
|
public $payment_terms = "-1";
|
||||||
public $send_reminders = false;
|
public $send_reminders = false;
|
||||||
|
|
||||||
public $custom_message_dashboard = '';
|
public $custom_message_dashboard = '';
|
||||||
@ -348,7 +348,7 @@ class CompanySettings extends BaseSettings
|
|||||||
'credit_footer' => 'string',
|
'credit_footer' => 'string',
|
||||||
'credit_terms' => 'string',
|
'credit_terms' => 'string',
|
||||||
'name' => 'string',
|
'name' => 'string',
|
||||||
'payment_terms' => 'integer',
|
'payment_terms' => 'string',
|
||||||
'payment_type_id' => 'string',
|
'payment_type_id' => 'string',
|
||||||
'phone' => 'string',
|
'phone' => 'string',
|
||||||
'postal_code' => 'string',
|
'postal_code' => 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user