diff --git a/lib/ui/reports/reports_screen.dart b/lib/ui/reports/reports_screen.dart index 89f87880c..0795b0baa 100644 --- a/lib/ui/reports/reports_screen.dart +++ b/lib/ui/reports/reports_screen.dart @@ -1609,7 +1609,8 @@ class ReportNumberValue extends ReportElement { } return formatNumber(value, context, - currencyId: currencyId, formatNumberType: formatNumberType); + currencyId: currencyId, + formatNumberType: formatNumberType ?? FormatNumberType.money); } }