From 1885224a5ac9b003957c0b3c534d70ed5c4e2357 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Mon, 25 May 2026 15:27:20 -0500 Subject: [PATCH] remove , --- public/js/modals/email-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/modals/email-modal.js b/public/js/modals/email-modal.js index e69d345..fa871ce 100644 --- a/public/js/modals/email-modal.js +++ b/public/js/modals/email-modal.js @@ -256,7 +256,7 @@ function renderModalContent() { // Standard template defaultHtml = `

Dear ${customerName},

-

Attached is invoice #${invoiceNum} for service performed at your location. The total amount due is $${totalDue}., ${paymentText}

+

Attached is invoice #${invoiceNum} for service performed at your location. The total amount due is $${totalDue}. ${paymentText}

Please pay at your earliest convenience. We appreciate your continued business.

If you have any questions about the invoice, feel free to reply to this email.

Best regards,