mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -04:00
Set type of payment terms
This commit is contained in:
parent
8faa687ae4
commit
a56490c465
@ -477,6 +477,11 @@ class Import implements ShouldQueue
|
|||||||
}
|
}
|
||||||
|
|
||||||
$company_settings->{$key} = $value;
|
$company_settings->{$key} = $value;
|
||||||
|
|
||||||
|
if($key == 'payment_terms'){
|
||||||
|
settype($company_settings->payment_terms, 'string');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['settings'] = $company_settings;
|
$data['settings'] = $company_settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user