From a8b82783b1a7d7583ba0d988ecb7da4c3991172b Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 24 Feb 2026 18:26:39 -0600 Subject: [PATCH] colors --- public/invoice-view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/invoice-view.js b/public/invoice-view.js index 9029161..39916e5 100644 --- a/public/invoice-view.js +++ b/public/invoice-view.js @@ -192,9 +192,9 @@ function renderInvoiceRow(invoice) { } else if (overdue) { statusBadge = `Overdue`; } else if (hasQbo && invoice.email_status === 'sent') { - statusBadge = `Sent`; + statusBadge = `Sent`; } else if (hasQbo) { - statusBadge = `Open`; + statusBadge = `Open`; } // Send Date