| 
					
				 | 
			
			
				@@ -147,7 +147,7 @@ Class Manage 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$w['product'] = $product['product_id'];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			if ($info['branch_id']) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			if ($info['branch_id'] && strstr($info['branch_id'], ',') && $info['branch_id'] != -1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$branch_id = explode(',', $info['branch_id']);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$w['group'] = $branch_id[0];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$w['appoint_id'] = $branch_id[1];
 
			 |