mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Fix API filtering for PurchaseOrderLineItem (#3356)
This commit is contained in:
parent
cbae4474ab
commit
f0d69ec458
@ -495,7 +495,7 @@ class PurchaseOrderLineItemList(APIDownloadMixin, ListCreateAPI):
|
||||
search_fields = [
|
||||
'part__part__name',
|
||||
'part__part__description',
|
||||
'part__MPN',
|
||||
'part__manufacturer_part__MPN',
|
||||
'part__SKU',
|
||||
'reference',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user