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

@@ -367,7 +367,7 @@ export default function BestellungDetail() {
doc.setFontSize(14);
doc.setFont('helvetica', 'bold');
doc.text(title, 10, curY);
curY += 8;
curY += 10;
// Metadata block
doc.setFontSize(10);