mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
temporary include new columns to invoice export for chasing payment
This commit is contained in:
@@ -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 [
|
||||
'<<New>>',
|
||||
|
||||
Reference in New Issue
Block a user