lvhao 2 mesiacov pred
rodič
commit
93e4278a3d
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      core/CoreApp/controllers/Fullorder.php

+ 2 - 1
core/CoreApp/controllers/Fullorder.php

@@ -4015,7 +4015,8 @@ class Fullorder extends Start_Controller {
             }
 			else
 			{
-				 $where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
+				$where .= "and review <= '2'";
+				// $where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
 			}
 			if($shop)
             {