@@ -646,10 +646,10 @@ class Returngoods extends Start_Controller {
{
$where .= " and shop = '$shop' ";
}
- // if( $status)
- // {
- // $where .= " and status = ' $status' ";
- // }
+ if( $status)
+ {
+ $where .= " and status = ' $status' ";
+ }
if($back_status)
$where .= " and back_type = '$back_status'";