diff --git a/frappe/desk/query_report.py b/frappe/desk/query_report.py index aea21e2a37..29b18f2d1e 100644 --- a/frappe/desk/query_report.py +++ b/frappe/desk/query_report.py @@ -751,7 +751,7 @@ def add_total_row( else: first_col_fieldtype = columns[0].get("fieldtype") - if first_col_fieldtype not in ["Currency", "Int", "Float", "Percent", "Date"]: + if first_col_fieldtype not in ["Currency", "Int", "Float", "Percent", "Date", "Datetime", "Time"]: total_row[0] = _("Total") result.append(total_row)