Fixes for tests
This commit is contained in:
parent
4a4c61f1cf
commit
02baff1119
1 changed files with 2 additions and 0 deletions
|
|
@ -249,6 +249,8 @@ class CompanySettings extends BaseSettings
|
|||
public $client_portal_allow_over_payment = false;
|
||||
|
||||
public static $casts = [
|
||||
'recurring_invoice_number_pattern' => 'string',
|
||||
'recurring_invoice_number_counter' => 'int',
|
||||
'client_portal_under_payment_minimum'=> 'float',
|
||||
'auto_bill_date' => 'string',
|
||||
'primary_color' => 'string',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue