This commit is contained in:
JiaSheng
2023-09-12 23:27:13 +08:00
parent e728901557
commit 8d382fd656
@@ -123,6 +123,7 @@ class ImportBankStatementLogic extends AbstractControllerLogic
$existingTransaction = StatementTransaction::where('transaction_ref', $transactionRef)
->where('posting_date', $postingDate)
->where('amount', $amount)
// ->where('transaction_description', $transactionDescription) //commented this line because same transaction have different transaction description
->where('teller_id', $tellerId)
->where('branch_channel', $branchChannel)
->where('transaction_code', $transactionCode)