fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-23 11:34:45 +00:00
parent 49e7600af1
commit 4151ae5d63

View File

@ -39,7 +39,7 @@ class AccountAbstractMapper extends DataMapperFactory
'accounting_account_id' => ['name' => 'accounting_account_id', 'type' => 'int', 'internal' => 'id'],
'accounting_account_account' => ['name' => 'accounting_account_account', 'type' => 'string', 'internal' => 'account', 'autocomplete' => true],
'accounting_account_type' => ['name' => 'accounting_account_type', 'type' => 'int', 'internal' => 'type'],
'accounting_account_parent' => ['name' => 'accounting_account_parent', 'type' => 'string', 'internal' => 'parent'],
'accounting_account_parent' => ['name' => 'accounting_account_parent', 'type' => 'int', 'internal' => 'parent'],
];
/**