Fixes for tests

This commit is contained in:
David Bomba 2024-06-21 19:51:04 +10:00
parent 4855276794
commit ba7651cdae

View File

@ -520,7 +520,7 @@ class CompanySettings extends BaseSettings
public static $casts = [
'enable_quote_reminder1' => 'bool',
'quote_num_days_reminder1' => 'string',
'quote_num_days_reminder1' => 'int',
'quote_schedule_reminder1' => 'string',
'quote_late_fee_amount1' => 'float',
'quote_late_fee_percent1' => 'float',