mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix transactions export
This commit is contained in:
@@ -55,7 +55,8 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping
|
||||
|
||||
return [
|
||||
$transaction->bill_no,
|
||||
$transaction->booking->marking,
|
||||
$transaction->owner_id,
|
||||
$transaction->owner_type,
|
||||
$transaction->booking->company->reference,
|
||||
$transactionTypes[$transaction->type],
|
||||
$transaction->currency_id === 1 ? 'MYR' : 'RMB',
|
||||
|
||||
Reference in New Issue
Block a user