mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 17:03:59 +00:00
fix export bookings
This commit is contained in:
@@ -89,7 +89,8 @@ class ExportsAnalyticBookingTransactions implements FromQuery, WithHeadings, Wit
|
||||
return [
|
||||
$booking->id,
|
||||
$booking->company_id,
|
||||
$companyType[$booking->company->type],
|
||||
'',
|
||||
// $companyType[$booking->company->type],
|
||||
'',
|
||||
$firstPayment == null ? '' : $firstPayment->created_at,
|
||||
$FirstCompletedPurchaseOrder == null ? '' : $FirstCompletedPurchaseOrder->created_at,
|
||||
|
||||
Reference in New Issue
Block a user