Refactor for bank status filters
This commit is contained in:
parent
123a04ef9e
commit
fbb137b357
|
|
@ -114,7 +114,7 @@ class BankTransactionFilters extends QueryFilters
|
|||
}
|
||||
|
||||
if(count($debit_or_withdrawal_array) >=1) {
|
||||
$this->builder->whereIn('base_type', $debit_or_withdrawal_array);
|
||||
$this->builder->orWhereIn('base_type', $debit_or_withdrawal_array);
|
||||
}
|
||||
|
||||
return $this->builder;
|
||||
|
|
|
|||
Loading…
Reference in New Issue