mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
import bank record
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user