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:
@@ -57,7 +57,7 @@ class ImportBankRecordController
|
||||
if(count($transactions)) {
|
||||
foreach ($transactions as $transaction){
|
||||
if($transaction->owner instanceof Booking){
|
||||
$systemReference[] = $transaction->pluck('owner.marking');
|
||||
$systemReference[] = $transaction->owner->marking;
|
||||
}
|
||||
|
||||
if($transaction->owner instanceof Wallet){
|
||||
|
||||
Reference in New Issue
Block a user