This commit is contained in:
Matthias Hochmeister
2026-03-26 11:00:03 +01:00
parent ca12a23a30
commit 3d03345107
4 changed files with 4 additions and 4 deletions

View File

@@ -649,7 +649,7 @@ async function generatePdf(
doc.setFontSize(14);
doc.setFont('helvetica', 'bold');
doc.text(titleText, 10, tableStartY);
tableStartY += 8;
tableStartY += 10;
// Build combined list (same logic as CombinedListView)
type ListEntry =