mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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 = [
|
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',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user