1
0
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:
David Bomba 2020-05-26 18:28:19 +10:00 committed by GitHub
parent c339c25d9c
commit 36abed4c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',