mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Allow searching by stock item batch code
This commit is contained in:
parent
89b3290068
commit
f19a727a02
@ -684,6 +684,7 @@ class StockList(generics.ListCreateAPIView):
|
||||
|
||||
search_fields = [
|
||||
'serial',
|
||||
'batch',
|
||||
'part__name',
|
||||
'part__IPN',
|
||||
'part__description'
|
||||
|
Loading…
Reference in New Issue
Block a user