From acb7337b4adf931eae4fcaa33d398794a390862c Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Wed, 19 Apr 2023 15:41:19 +0800 Subject: [PATCH] temporary include new columns to invoice export for chasing payment --- .../Modules/Exports/Services/ExportsPaymentTransactions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php b/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php index cf437906..ae16be3f 100644 --- a/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php @@ -43,7 +43,8 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading 'marking', 'contact person', 'contact number', - 'link' + 'link', + 'amount' ]; } @@ -135,7 +136,8 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading $marking, $contact ? $contact->phone : '', $userName->name, - $link + $link, + $transaction->amount ]; return [ '<>',