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

@@ -198,7 +198,7 @@ export default function Bestellungen() {
doc.setFontSize(14);
doc.setFont('helvetica', 'bold');
doc.text('Bestellungen — Übersicht', 10, startY);
startY += 8;
startY += 10;
const rows = filteredOrders.map((o) => {
const brutto = calcBrutto(o);