Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole
2022-10-01 07:15:17 +02:00
39 changed files with 80 additions and 80 deletions

View File

@@ -61,8 +61,8 @@ class StoreRequest extends FormRequest
'include_net_worth' => $includeNetWorth,
'account_type_name' => $this->convertString('type'),
'account_type_id' => null,
'currency_id' => $this->integer('currency_id'),
'order' => $this->integer('order'),
'currency_id' => $this->convertInteger('currency_id'),
'order' => $this->convertInteger('order'),
'currency_code' => $this->convertString('currency_code'),
'virtual_balance' => $this->convertString('virtual_balance'),
'iban' => $this->convertString('iban'),