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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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