mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +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 = [
|
search_fields = [
|
||||||
'bom_item__sub_part__name',
|
'bom_item__sub_part__name',
|
||||||
|
'bom_item__sub_part__IPN',
|
||||||
|
'bom_item__sub_part__description',
|
||||||
'bom_item__reference',
|
'bom_item__reference',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user