mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Actually use the variable, I suppose
This commit is contained in:
parent
f405e4b701
commit
e583d1a159
@ -259,7 +259,8 @@ class ReportPrintMixin:
|
|||||||
return InvenTree.helpers.DownloadFile(
|
return InvenTree.helpers.DownloadFile(
|
||||||
pdf,
|
pdf,
|
||||||
report_name,
|
report_name,
|
||||||
content_type='application/pdf'
|
content_type='application/pdf',
|
||||||
|
inline=inline,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user