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