@@ -1297,7 +1297,12 @@ class Transfer extends Start_Controller {
}
if($type)
{
- $cr .= " and type = '".$type."'";
+ //$cr .= " and type = '".$type."'";
+ if($type == 3){
+ $cr .= " and is_over = 0 ";
+ }else{
+ $cr .= " and type = '".$type."' ";
+ }
if($purchase)