diff --git a/src/pages/accounting/AccountingBillsPage.tsx b/src/pages/accounting/AccountingBillsPage.tsx index eab97ee..6789610 100644 --- a/src/pages/accounting/AccountingBillsPage.tsx +++ b/src/pages/accounting/AccountingBillsPage.tsx @@ -933,7 +933,7 @@ export default function AccountingBillsPage() { {/* Payment dialog */} !o && setPayBill(null)}> - + Record payment {payBill ? `· Bill ${payBill.number}` : ""} @@ -960,7 +960,7 @@ export default function AccountingBillsPage() {
Pick a bank payment already in the register to settle this bill — no new withdrawal is created. Same-vendor and exact-amount matches are listed first.
-
+
{(() => { const bal = Number(payBill.balance); const cands = [...(unmatchedPayments as any[])].sort((a, b) => {