diff --git a/app/Classes/Modules/Exports/Services/ExportsTransactions.php b/app/Classes/Modules/Exports/Services/ExportsTransactions.php index 08679c12..02232268 100644 --- a/app/Classes/Modules/Exports/Services/ExportsTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsTransactions.php @@ -72,7 +72,7 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping return [ - $booking ? $booking->company->reference : $transaction->owner->owner->reference, + $booking ? $booking->company->reference : '', $booking ? $booking->marking : '', $transaction->bill_no, $transaction->owner_id,