@@ -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";
}