|
@@ -93,10 +93,10 @@ function __construct(){
|
|
)
|
|
)
|
|
);
|
|
);
|
|
$ordertype = 0;
|
|
$ordertype = 0;
|
|
- // if($data['printcode'] == 'FEDEX_G'){
|
|
|
|
- // $count['OrderType'] = 1;
|
|
|
|
- // $ordertype = 1;
|
|
|
|
- // }
|
|
|
|
|
|
+ if($data['printcode'] == 'FEDEX_G'){
|
|
|
|
+ $count['OrderType'] = 1;
|
|
|
|
+ $ordertype = 1;
|
|
|
|
+ }
|
|
|
|
|
|
$count = json_encode($count,true);
|
|
$count = json_encode($count,true);
|
|
|
|
|