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:
@@ -55,7 +55,7 @@ class ImportBankRecordController
|
||||
$debit = (float) $row['debit'];
|
||||
|
||||
$creditTransactions = $this->getTransactions($date, $credit, TransactionType::PAYMENT, Booking::class, PaymentMethodType::WALLET, [ApprovalStatus::APPROVED, ApprovalStatus::COMPLETED]);
|
||||
$debitTransactions = $this->getTransactions($date, $debit, null, null, null, null, Group::class);
|
||||
$debitTransactions = $this->getTransactions($date, $debit, null, null, null, [ApprovalStatus::APPROVED, ApprovalStatus::COMPLETED], Group::class);
|
||||
|
||||
$systemReference = null;
|
||||
$multiple = count($creditTransactions) + count($debitTransactions) > 1 ? $yes : $no;
|
||||
|
||||
Reference in New Issue
Block a user