1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Always force a baseType

This commit is contained in:
David Bomba 2022-10-24 19:31:17 +11:00
parent 215a0d298a
commit 028b6f29f1

View File

@ -57,7 +57,7 @@ class MatchBankTransactionRequest extends Request
if(isset($input['ninja_category_id']) && strlen($input['ninja_category_id']) >= 1) if(isset($input['ninja_category_id']) && strlen($input['ninja_category_id']) >= 1)
$input['ninja_category_id'] = $this->decodePrimaryKey($input['ninja_category_id']); $input['ninja_category_id'] = $this->decodePrimaryKey($input['ninja_category_id']);
$input = $this->decodePrimaryKeys($input); // $input = $this->decodePrimaryKeys($input);
} }
$this->replace($inputs); $this->replace($inputs);