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