Fixed DATEV Export #39
Some checks failed
Build and Push Docker Images / build-backend (push) Failing after 30s
Build and Push Docker Images / build-frontend (push) Successful in 15s

This commit is contained in:
2026-01-10 17:34:02 +01:00
parent 08da93b6c3
commit e1205a8de5

View File

@@ -32,8 +32,8 @@ dayjs.extend(isBetween);
const getCreatedDocumentTotal = (item: any) => {
let totalNet = 0;
let total19 = 0;
let total7 = 0;
let total19:number = 0;
let total7:number = 0;
const rows = Array.isArray(item.rows) ? item.rows : [];
rows.forEach((row: any) => {
if (!['pagebreak', 'title', 'text'].includes(row.mode)) {