mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
Fix getSubdir function
This commit is contained in:
@ -322,7 +322,7 @@ class BillOfMaterialsReport(ReportTemplateBase):
|
|||||||
Render a Bill of Materials against a Part object
|
Render a Bill of Materials against a Part object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def getSubDir(self):
|
def getSubdir(self):
|
||||||
return 'bom'
|
return 'bom'
|
||||||
|
|
||||||
filters = models.CharField(
|
filters = models.CharField(
|
||||||
|
Reference in New Issue
Block a user