|
@@ -272,6 +272,7 @@ class Systembound extends Start_Controller {
|
|
|
if(!empty($orderinfo)){
|
|
if(!empty($orderinfo)){
|
|
|
$weight = $orderinfo['weight'];
|
|
$weight = $orderinfo['weight'];
|
|
|
}
|
|
}
|
|
|
|
|
+ $weight = str_replace('kgkg','kg',$weight);
|
|
|
$final_list[$value['express']][] = [
|
|
$final_list[$value['express']][] = [
|
|
|
$value['number'],
|
|
$value['number'],
|
|
|
$value['waybill'],
|
|
$value['waybill'],
|