From bdfd096e990e95ed1c01c6fd48907c49f67c7bf5 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 27 Feb 2026 11:41:36 -0600 Subject: [PATCH] quote --- server.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index ec39006..92b099e 100644 --- a/server.js +++ b/server.js @@ -1244,7 +1244,8 @@ app.get('/api/quotes/:id/pdf', async (req, res) => { } itemsHTML += ` - TOTAL: + This quote is valid for 14 days. We appreciate your business + TOTAL: $${formatMoney(quote.total)} @@ -1504,7 +1505,8 @@ app.get('/api/quotes/:id/html', async (req, res) => { } itemsHTML += ` - TOTAL: + This quote is valid for 14 days. We appreciate your business + TOTAL: $${formatMoney(quote.total)}