@@ -3688,7 +3688,8 @@ class Fullorderamz 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)