Commit Graph
1 Commits
Author SHA1 Message Date
Worktree Fix Verifier 167050f80b fix(pleno-vue): sort OpenCustomerInvoiceTable flattened orders by id ASC
OpenCustomerInvoiceTable.getOrders concatenates orders across the customer's
open_invoices entries without sorting. The downstream InvoiceOrderTable renders
the resulting array in whatever order the parent arrived in, so the rendered
transaction table is non-deterministic across page loads.

Add a defensive ascending sort by id before returning the list.
2026-08-10 20:14:42 +02:00