mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update transaction export
This commit is contained in:
@@ -61,7 +61,6 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping
|
||||
|
||||
$booking = $transaction->type === 1 ? $transaction->owner : $transaction->owner->owner;
|
||||
|
||||
|
||||
return [
|
||||
($booking instanceof Booking) ? $booking->company->reference : '',
|
||||
($booking instanceof Booking) ? $booking->marking : '',
|
||||
|
||||
Reference in New Issue
Block a user