lvhao 2 місяців тому
батько
коміт
6c511f1c1e
1 змінених файлів з 1 додано та 1 видалено
  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";
         } 
         }