mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
search field fixes
This commit is contained in:
@ -213,9 +213,12 @@ class POLineItemList(generics.ListCreateAPIView):
|
||||
'received',
|
||||
]
|
||||
|
||||
search_Fields = [
|
||||
search_fields = [
|
||||
'part__part__name',
|
||||
'part__part__description',
|
||||
'part__MPN',
|
||||
'part__SKU',
|
||||
'reference',
|
||||
]
|
||||
|
||||
filter_fields = [
|
||||
|
Reference in New Issue
Block a user