mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
add further description to export payments
This commit is contained in:
@@ -108,7 +108,7 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading
|
||||
foreach ($transaction->transactionDetails as $item){
|
||||
switch($item->reference){
|
||||
case 'SHIPPING_FEE':
|
||||
$furtherDescription .= str_replace($item->name, 'X1 Freight Service Charge<br>', '')."\n";
|
||||
$furtherDescription .= str_replace('X1 Freight Service Charge<br>', '', $item->name)."\n";
|
||||
case 'MIN_CBM_CHARGES':
|
||||
$furtherDescription .= $item->name.' '.$item->quantity.' CBM'."\n";
|
||||
case 'OVER_WEIGHT_CHARGES':
|
||||
|
||||
Reference in New Issue
Block a user