2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-18 10:46:31 +00:00

Allocation search by IPN (#9944)

* Fix for "has_ipn" filter

* Enable filtering and sorting by IPN in SalesOrderAllocation table

* Bump API version
This commit is contained in:
Oliver
2025-07-03 16:53:46 +10:00
committed by GitHub
parent d9f71ca20f
commit 4307e6d170
4 changed files with 17 additions and 5 deletions

View File

@@ -134,7 +134,8 @@ export default function SalesOrderAllocationTable({
accessor: 'part_detail.IPN',
title: t`IPN`,
hidden: showPartInfo != true,
sortable: false
sortable: true,
ordering: 'IPN'
},
{
accessor: 'serial',