mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Always force a baseType
This commit is contained in:
parent
215a0d298a
commit
028b6f29f1
@ -57,7 +57,7 @@ class MatchBankTransactionRequest extends Request
|
||||
if(isset($input['ninja_category_id']) && strlen($input['ninja_category_id']) >= 1)
|
||||
$input['ninja_category_id'] = $this->decodePrimaryKey($input['ninja_category_id']);
|
||||
|
||||
$input = $this->decodePrimaryKeys($input);
|
||||
// $input = $this->decodePrimaryKeys($input);
|
||||
}
|
||||
|
||||
$this->replace($inputs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user