2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Improve API query (#8302)

This commit is contained in:
Oliver 2024-10-16 20:51:09 +11:00 committed by GitHub
parent 59fa3bb4ff
commit 9e0a4c6a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,6 +195,7 @@ class BuildMixin:
'build_lines__bom_item',
'build_lines__build',
'part',
'part__pricing_data'
)
return queryset