2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Add inline option for reports, too

This commit is contained in:
Oliver Walters
2021-08-07 22:28:48 +10:00
parent ca9536f687
commit f405e4b701
2 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class LabelPrintMixin:
pdf = outputs[0].get_document().write_pdf()
inline = common.models.InvenTreeUserSetting.get_setting('LABEL_INLINE', user=request.user)
return InvenTree.helpers.DownloadFile(
pdf,
label_name,