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)}