Add base amount column for invoices in reports #5622
This commit is contained in:
parent
cb0a431091
commit
7c763fdf61
|
|
@ -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));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue