Feature - sorting by age, age_compact
- Now supports correct sorting of the age and age_compact fields.
This commit is contained in:
@@ -679,7 +679,7 @@ int runCustomReport (
|
||||
Table::ascendingDueDate :
|
||||
Table::descendingDueDate));
|
||||
|
||||
else if (column == "recur")
|
||||
else if (column == "recur" || column == "age" || column == "age_compact")
|
||||
table.sortOn (columnIndex[column],
|
||||
(direction == '+' ?
|
||||
Table::ascendingPeriod :
|
||||
|
||||
Reference in New Issue
Block a user