From 10380f26c4e3366834f5d29187ae3c0e38ac297a Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 27 Feb 2026 11:00:29 -0600 Subject: [PATCH] template fix --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 67ff222..0b7bd0c 100644 --- a/server.js +++ b/server.js @@ -1375,7 +1375,7 @@ app.get('/api/invoices/:id/pdf', async (req, res) => { itemsHTML += ` Downpayment: - -$${amountPaid.toFixed(2)} + -$${amountPaid.toFixed(2)} BALANCE DUE: @@ -1618,7 +1618,7 @@ app.get('/api/invoices/:id/html', async (req, res) => { itemsHTML += ` Downpayment: - -$${amountPaid.toFixed(2)} + -$${amountPaid.toFixed(2)} BALANCE DUE: