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