lvhao il y a 2 semaines
Parent
commit
6c511f1c1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){
    function  getOrderTable($shop){
         $tt = [];
         $tt = [];
         $smt = [];
         $smt = [];
-        $dlz = [3,4,6];
+        $dlz = [2,3,4,6];
         if(in_array($shop,$tt)){
         if(in_array($shop,$tt)){
             return "fullordertt";
             return "fullordertt";
         } 
         }