mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Allow build line list to be searched by IPN (#7442)
- Closes https://github.com/inventree/InvenTree/issues/7434
This commit is contained in:
parent
f36534d558
commit
2d234e2831
@ -380,6 +380,8 @@ class BuildLineList(BuildLineEndpoint, ListCreateAPI):
|
||||
|
||||
search_fields = [
|
||||
'bom_item__sub_part__name',
|
||||
'bom_item__sub_part__IPN',
|
||||
'bom_item__sub_part__description',
|
||||
'bom_item__reference',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user