lvhao 3 mesi fa
parent
commit
516b3bf080
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      core/CoreApp/models/Model_cne.php

+ 4 - 4
core/CoreApp/models/Model_cne.php

@@ -93,10 +93,10 @@ function __construct(){
 		)
 		);
 		$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);