mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
import bank record
This commit is contained in:
@@ -65,7 +65,7 @@ class ImportBankRecordController
|
||||
}
|
||||
|
||||
foreach ($debitTransactions as $transaction) {
|
||||
$systemReference[] = $transaction->owner instanceof Booking ? $transaction->owner->marking : $transaction->bill_no;
|
||||
$systemReference[] = $transaction->reference;
|
||||
}
|
||||
|
||||
$systemReference = $systemReference ? implode(',', $systemReference) : null;
|
||||
|
||||
Reference in New Issue
Block a user