mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix export bookings
This commit is contained in:
@@ -33,6 +33,7 @@ class ExportsAnalyticBookingTransactions implements FromQuery, WithHeadings, Wit
|
||||
return [
|
||||
'TransID',
|
||||
'Company ID',
|
||||
'Marking',
|
||||
'Type Of User',
|
||||
'Group Control / Experiment',
|
||||
'Payment Date',
|
||||
@@ -89,6 +90,7 @@ class ExportsAnalyticBookingTransactions implements FromQuery, WithHeadings, Wit
|
||||
return [
|
||||
$booking->id,
|
||||
$booking->company_id,
|
||||
$booking->company->reference,
|
||||
'',
|
||||
// $companyType[$booking->company->type],
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user