mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fixes for tests
This commit is contained in:
parent
4a4c61f1cf
commit
02baff1119
@ -249,6 +249,8 @@ class CompanySettings extends BaseSettings
|
|||||||
public $client_portal_allow_over_payment = false;
|
public $client_portal_allow_over_payment = false;
|
||||||
|
|
||||||
public static $casts = [
|
public static $casts = [
|
||||||
|
'recurring_invoice_number_pattern' => 'string',
|
||||||
|
'recurring_invoice_number_counter' => 'int',
|
||||||
'client_portal_under_payment_minimum'=> 'float',
|
'client_portal_under_payment_minimum'=> 'float',
|
||||||
'auto_bill_date' => 'string',
|
'auto_bill_date' => 'string',
|
||||||
'primary_color' => 'string',
|
'primary_color' => 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user