lvhao hace 3 días
padre
commit
00c52262d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/models/Model_logic_express.php

+ 1 - 1
core/CoreApp/models/Model_logic_express.php

@@ -233,7 +233,7 @@ class Model_logic_express extends Lin_Model {
     }
 
     protected function check_ttuk($waybill){
-        if(strlen($waybill) != 18){
+        if(strlen($waybill) != 18 && strlen($waybill) != 16){
             return false;
         }
         if(strpos($waybill, "SFWH") === false){