diff --git a/public/js/views/invoice-view.js b/public/js/views/invoice-view.js index 61e50cd..697d704 100644 --- a/public/js/views/invoice-view.js +++ b/public/js/views/invoice-view.js @@ -309,10 +309,10 @@ function renderInvoiceRow(invoice) { } // Mark Sent button (right side) — only when open, not paid/partial - let sendBtn = ''; - if (hasQbo && !paid && !overdue && invoice.email_status !== 'sent') { - sendBtn = ``; - } + // let sendBtn = ''; + // if (hasQbo && !paid && !overdue && invoice.email_status !== 'sent') { + // sendBtn = ``; + // } const delBtn = ``; @@ -342,7 +342,7 @@ function renderInvoiceRow(invoice) {