@@ -108,6 +108,8 @@ class Model_logic_express extends Lin_Model {
}else if(in_array($print_code,["TTUK"])){
//TT-UK
return $this->check_ttuk($waybill);
+ }else if(in_array($print_code,["TTUS","TTSP"])){
+ return true;
}
return false;