lvhao 1 giorno fa
parent
commit
2a30d3db4e

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -1654,7 +1654,7 @@ class Systemprint extends Start_Controller {
 					
 					//die;
 				}
-				elseif(($fullorder['printcode'] == "USKD01") || ($fullorder['printcode'] == "ZXDPD_UK") || ($fullorder['printcode'] == "ZXDPD_EU")){
+				elseif(($fullorder['printcode'] == "USKD01") || ($fullorder['printcode'] == "ZXDPD_UK") || ($fullorder['printcode'] == "ZXDPD_BTC")){
 					if($fullorder['waybillid'] != '')
 					{
 						 $del = $this->zxyuntu->get_del($fullorder['waybillid']);

File diff suppressed because it is too large
+ 1 - 1
core/CoreApp/models/Model_zxyuntu.php