lvhao hace 6 meses
padre
commit
6c511f1c1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/models/Model_logic_tools.php

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

@@ -49,7 +49,7 @@ class Model_logic_tools extends Lin_Model {
    function  getOrderTable($shop){
         $tt = [];
         $smt = [];
-        $dlz = [3,4,6];
+        $dlz = [2,3,4,6];
         if(in_array($shop,$tt)){
             return "fullordertt";
         }