From 2c4804a2a0b74716162afc3723d6cde0b67ff862 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 10 May 2022 16:36:34 +0800 Subject: [PATCH] fix transaction export --- app/Classes/Modules/Exports/Services/ExportsTransactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsTransactions.php b/app/Classes/Modules/Exports/Services/ExportsTransactions.php index 0bb47ab6..66678ea2 100644 --- a/app/Classes/Modules/Exports/Services/ExportsTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsTransactions.php @@ -67,7 +67,7 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping } $company = $booking->company; -dump($company); + return [ $company->reference, $booking ? $booking->marking : '',