From 6d0f4c49be752654bc5782c5dad1ad83bbb3016e Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Mon, 2 Mar 2026 10:53:45 -0600 Subject: [PATCH] mark sent for partial --- 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 721052c..6565e12 100644 --- a/public/invoice-view.js +++ b/public/invoice-view.js @@ -252,7 +252,7 @@ function renderInvoiceRow(invoice) { // Mark Sent button (right side) — only when open, not paid/partial let sendBtn = ''; - if (hasQbo && !paid && !partial && !overdue && invoice.email_status !== 'sent') { + if (hasQbo && !paid && !overdue && invoice.email_status !== 'sent') { sendBtn = ``; }