mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 18:14:36 -04:00
Always force a baseType
This commit is contained in:
parent
cc8de60920
commit
3ceb777fca
@ -44,11 +44,13 @@ class MatchBankTransactionRequest extends Request
|
|||||||
public function prepareForValidation()
|
public function prepareForValidation()
|
||||||
{
|
{
|
||||||
$inputs = $this->all();
|
$inputs = $this->all();
|
||||||
|
|
||||||
|
nlog($inputs);
|
||||||
|
|
||||||
foreach($inputs as $input)
|
foreach($inputs as $input)
|
||||||
{
|
{
|
||||||
nlog($input);
|
nlog($input);
|
||||||
|
|
||||||
if(array_key_exists('id', $input))
|
if(array_key_exists('id', $input))
|
||||||
$input['id'] = $this->decodePrimaryKey($input['id']);
|
$input['id'] = $this->decodePrimaryKey($input['id']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user