2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +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:
Oliver
2024-06-14 23:22:29 +10:00
committed by GitHub
parent f36534d558
commit 2d234e2831

View File

@ -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',
]