From: Christian Heller Date: Wed, 11 Feb 2026 07:40:12 +0000 (+0100) Subject: Fix silly JavaScript error. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/booking/test.html?a=commitdiff_plain;p=ledgplom Fix silly JavaScript error. --- diff --git a/src/templates/edit_structured.js b/src/templates/edit_structured.js index f607ea4..1f16c90 100644 --- a/src/templates/edit_structured.js +++ b/src/templates/edit_structured.js @@ -353,7 +353,7 @@ const updateForm = () => { idx + LEN_LINE_STEP, LEN_EMPTY, balance(bookingLine) - ); + ) ); addButton( tdAddDel,