mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 22:21:37 +00:00
Add build orders to search results list
This commit is contained in:
@@ -51,7 +51,7 @@ class BuildList(generics.ListCreateAPIView):
|
||||
search_fields = [
|
||||
'reference',
|
||||
'part__name',
|
||||
'description',
|
||||
'title',
|
||||
]
|
||||
|
||||
def get_queryset(self):
|
||||
|
Reference in New Issue
Block a user