mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 15:34:02 +00:00
comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user