mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
add owner reference for bank statement transaction owners
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ class CreateBankStatementTransactionOwnersProcessor
|
||||
'system' => 'EXCHANGE',
|
||||
'owner_type' => Group::class,
|
||||
'owner_id'=> $debitTransaction->id,
|
||||
'owner_reference'=> $debitTransaction->bill_no
|
||||
'owner_reference'=> $debitTransaction->reference
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user