| 
					
				 | 
			
			
				@@ -156,7 +156,7 @@ class Data extends Page 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $this->setting('search', $list_search, false, 'text');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if ($list_search) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             foreach ($list_search as $v) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if ($v['type'] != 'hidden') {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if ($v['type'] != 'hidden1') {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $result['form'][] = $v;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (is_numeric($v['value'])) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $v['value'] = (float) $v['value'];
 
			 |