From 1bc758624e1c8c09d2afe18badb692755cfbad9e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 26 Jul 2026 18:49:44 +1000 Subject: [PATCH] Add order sorting for sales order allocation tables (#12468) --- src/frontend/src/tables/part/PartSalesAllocationsTable.tsx | 2 ++ src/frontend/src/tables/sales/SalesOrderAllocationTable.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/src/frontend/src/tables/part/PartSalesAllocationsTable.tsx b/src/frontend/src/tables/part/PartSalesAllocationsTable.tsx index d457a66f3f..8d49584f4b 100644 --- a/src/frontend/src/tables/part/PartSalesAllocationsTable.tsx +++ b/src/frontend/src/tables/part/PartSalesAllocationsTable.tsx @@ -42,6 +42,8 @@ export default function PartSalesAllocationsTable({ accessor: 'order', title: t`Sales Order`, switchable: false, + sortable: true, + ordering: 'order', render: (record: any) => (