mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +00:00
Refactor bom item filter
- Also updates a number of part functions to make use of inherited BOM items
This commit is contained in:
@ -372,6 +372,7 @@ class BillOfMaterialsReport(ReportTemplateBase):
|
||||
return {
|
||||
'part': part,
|
||||
'category': part.category,
|
||||
'bom_items': part.get_bom_items(),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user