mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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)
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user