From 731ac9f5d9964f1f035a018a5bc88340d0812dd6 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 24 Feb 2026 18:15:22 -0600 Subject: [PATCH] overdue --- public/invoice-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/invoice-view.js b/public/invoice-view.js index 5adbba0..3095ba8 100644 --- a/public/invoice-view.js +++ b/public/invoice-view.js @@ -245,7 +245,7 @@ function renderInvoiceRow(invoice) { // Mark Sent button (right side) — only when open, not paid/partial let sendBtn = ''; - if (hasQbo && !paid && !partial && invoice.email_status !== 'sent') { + if (hasQbo && !paid && !partial && !overdue && invoice.email_status !== 'sent') { sendBtn = ``; }