Actually use the variable, I suppose

This commit is contained in:
Oliver Walters 2021-08-07 22:30:51 +10:00
parent f405e4b701
commit e583d1a159

View File

@ -259,7 +259,8 @@ class ReportPrintMixin:
return InvenTree.helpers.DownloadFile(
pdf,
report_name,
content_type='application/pdf'
content_type='application/pdf',
inline=inline,
)