mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-18 07:18:39 +00:00
825e4b4cd8
* Fix API filter 'in_bom_for' - get_parts_in_bom() returns a list, not a queryset - Thus, we have to enumerate the ID values, rather than filtering by queryset * Add unit test for part API filter