diff --git a/InvenTree/report/api.py b/InvenTree/report/api.py index 576cb310e5..2129b31627 100644 --- a/InvenTree/report/api.py +++ b/InvenTree/report/api.py @@ -259,7 +259,8 @@ class ReportPrintMixin: return InvenTree.helpers.DownloadFile( pdf, report_name, - content_type='application/pdf' + content_type='application/pdf', + inline=inline, )