diff --git a/src/admin/pages/InvoiceDetail.tsx b/src/admin/pages/InvoiceDetail.tsx index 1b9888e..24b2e5b 100644 --- a/src/admin/pages/InvoiceDetail.tsx +++ b/src/admin/pages/InvoiceDetail.tsx @@ -1889,7 +1889,7 @@ export default function InvoiceDetail() { @@ -1934,6 +1934,23 @@ export default function InvoiceDetail() { ]} /> + {/* Document-default VAT rate. Presentational only — it writes the + already-existing `form.vat_rate` (used to seed new line rows / + as the per-line fallback). Totals are computed per-line from + `item.vat_rate`, so changing this does NOT alter computed VAT. */} + + - +