longyi пре 3 недеља
родитељ
комит
fd45711505

Разлика између датотеке није приказан због своје велике величине
+ 8 - 8
core/CoreApp/controllers/Systembound.php


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

@@ -126,10 +126,7 @@ class Model_logic_express extends Lin_Model {
     }
     //76 77
     protected function check_3pe($waybill){
-        if(strlen($waybill) != 11 && strlen($waybill) != 15){
-           return false;
-        }
-        
+       
         if(strpos($waybill, "WKSD") === false  && strpos($waybill, "GEX") === false){
             return false;
         }