import bank record

This commit is contained in:
Omair Saleh
2023-03-18 04:18:11 +08:00
parent 3198e6a772
commit c94173a097
@@ -61,7 +61,7 @@ class ImportBankRecordController
});
})
->WhereDate('created_at', $date->format('Y-m-d'))
->where('amount', '>=', $credit)->where('amount', '<', ($credit + 0.01))
->where('amount', '>', ($credit - 0.01))->where('amount', '<', ($credit + 0.01))
->get();
if(count($transactions)) {