lvhao 1 day ago
parent
commit
2a30d3db4e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      core/CoreApp/controllers/Systemprint.php
  2. 1 1
      core/CoreApp/models/Model_zxyuntu.php

+ 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