From 7c763fdf61cd3c705d2c18788b98e90933d3670c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 17 Jan 2021 16:16:55 +0200 Subject: [PATCH] Add base amount column for invoices in reports #5622 --- lib/ui/reports/reports_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/reports/reports_screen.dart b/lib/ui/reports/reports_screen.dart index 783287fa2..d8077c20e 100644 --- a/lib/ui/reports/reports_screen.dart +++ b/lib/ui/reports/reports_screen.dart @@ -1122,7 +1122,7 @@ class ReportResult { ) ]; - print('## Total Columns: ${totalColumns.length}'); + //print('## Total Columns: ${totalColumns.length}'); return totalColumns; } @@ -1239,7 +1239,7 @@ class ReportResult { } }); - print('## Total Rows: ${cells.length}'); + //print('## Total Rows: ${cells.length}'); rows.add(DataRow(cells: cells)); });