From 66916ce6b5f3bb58ac62c82d09e6713d80bfd55b Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Thu, 26 Mar 2026 15:07:11 +0100 Subject: [PATCH] update --- frontend/src/pages/BestellungDetail.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/BestellungDetail.tsx b/frontend/src/pages/BestellungDetail.tsx index e3b2b3e..1759782 100644 --- a/frontend/src/pages/BestellungDetail.tsx +++ b/frontend/src/pages/BestellungDetail.tsx @@ -483,9 +483,8 @@ export default function BestellungDetail() { head: [['Bezeichnung', 'Art.-Nr.', 'Menge', 'Einzelpreis', 'Gesamt']], body: rows, startY: curY, - theme: 'striped', + theme: 'plain', headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, - alternateRowStyles: { fillColor: [245, 245, 245] }, margin: { left: 10, right: 10 }, styles: { fontSize: 9, cellPadding: 2 }, columnStyles: { @@ -539,9 +538,8 @@ export default function BestellungDetail() { head: [['Bezeichnung', 'Art.-Nr.', 'Menge']], body: rows, startY: curY, - theme: 'striped', + theme: 'plain', headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, - alternateRowStyles: { fillColor: [245, 245, 245] }, margin: { left: 10, right: 10 }, styles: { fontSize: 9, cellPadding: 2 }, columnStyles: {