From bea34174baef229286d1f9057a1bd671641c7007 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 10 May 2022 16:25:04 +0800 Subject: [PATCH] fix transaction export --- app/Classes/Modules/Exports/Services/ExportsTransactions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsTransactions.php b/app/Classes/Modules/Exports/Services/ExportsTransactions.php index b82c888f..66678ea2 100644 --- a/app/Classes/Modules/Exports/Services/ExportsTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsTransactions.php @@ -63,8 +63,6 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping $booking = $transaction->owner; if(!($booking instanceof Booking)){ - dump($booking); - $booking = $booking->owner; }