mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-26 07:54:18 +00:00
add further description to export payments
This commit is contained in:
@@ -109,10 +109,12 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading
|
||||
switch($item->reference){
|
||||
case 'SHIPPING_FEE':
|
||||
$furtherDescription .= str_replace('X1 Freight Service Charge<br>', '', $item->name)."\n";
|
||||
break;
|
||||
case 'OVER_WEIGHT_CHARGES':
|
||||
case 'MIN_CBM_CHARGES':
|
||||
$furtherDescription .= $item->name.' '.$item->quantity.' CBM'."\n";
|
||||
case 'OVER_WEIGHT_CHARGES':
|
||||
$furtherDescription .= $item->name.' '.$item->quantity.' CBM'."\n";
|
||||
break;
|
||||
|
||||
default:
|
||||
$furtherDescription .= $item->name.' '.$item->quantity.' X '.$item->price."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user