2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Fix getSubdir function

This commit is contained in:
Oliver Walters 2021-02-12 21:32:26 +11:00
parent 11099676ef
commit e8fd336612

View File

@ -322,7 +322,7 @@ class BillOfMaterialsReport(ReportTemplateBase):
Render a Bill of Materials against a Part object
"""
def getSubDir(self):
def getSubdir(self):
return 'bom'
filters = models.CharField(