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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user