mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
(cherry picked from commit f0d69ec4580c8ce347cc8d38d1660e4c7418403c)
This commit is contained in:
parent
ffe66472fe
commit
efc360f22f
@ -523,7 +523,7 @@ class PurchaseOrderLineItemList(APIDownloadMixin, generics.ListCreateAPIView):
|
|||||||
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…
x
Reference in New Issue
Block a user