Issue #11 Filtering by tickets that are not overdue not possible from the list views

This commit is contained in:
Simon Holywell 2012-04-13 11:46:50 +01:00
parent b9c3ee1a09
commit 120101c4df

View File

@ -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