mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Allow searching by stock item batch code
This commit is contained in:
@ -684,6 +684,7 @@ class StockList(generics.ListCreateAPIView):
|
||||
|
||||
search_fields = [
|
||||
'serial',
|
||||
'batch',
|
||||
'part__name',
|
||||
'part__IPN',
|
||||
'part__description'
|
||||
|
Reference in New Issue
Block a user