Issue #11 Filtering by tickets that are not overdue not possible from the list views
This commit is contained in:
		@@ -132,7 +132,6 @@ class IDF_Views_Issue
 | 
			
		||||
                $duedateStatistics = array();
 | 
			
		||||
                if($combined_opened > 0) {
 | 
			
		||||
                    $duedateStatistics['Overdue'] = array($overdue, (int)(100 * $overdue / $combined_opened), 'Overdue');
 | 
			
		||||
                    $duedateStatistics['Undue'] = array($undue, (int)(100 * $undue / $combined_opened), 'Undue');
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                // Issue class tag statistics
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user