Fix for group/ungroup reports
This commit is contained in:
parent
a1b9498ce2
commit
ce9f0fa014
|
|
@ -1387,8 +1387,8 @@ class ReportResult {
|
|||
}
|
||||
if (column == groupBy) {
|
||||
String filter = group;
|
||||
String customStartDate = '';
|
||||
String customEndDate = '';
|
||||
String? customStartDate;
|
||||
String? customEndDate;
|
||||
if (getReportColumnType(column, context) ==
|
||||
ReportColumnType.dateTime ||
|
||||
getReportColumnType(column, context) == ReportColumnType.date) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue