Skip to content

Commit

Permalink
Improve API query (#8302)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Oct 16, 2024
1 parent 59fa3bb commit 9e0a4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/InvenTree/build/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def get_queryset(self):
'build_lines__bom_item',
'build_lines__build',
'part',
'part__pricing_data'
)

return queryset
Expand Down

0 comments on commit 9e0a4c6

Please sign in to comment.