lvhao 2 недель назад
Родитель
Сommit
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){
         $tt = [];
         $smt = [];
-        $dlz = [3,4,6];
+        $dlz = [2,3,4,6];
         if(in_array($shop,$tt)){
             return "fullordertt";
         }