diff --git a/report_py3o_fusion_server/models/py3o_pdf_options.py b/report_py3o_fusion_server/models/py3o_pdf_options.py index 8f6e3650..1211feb9 100644 --- a/report_py3o_fusion_server/models/py3o_pdf_options.py +++ b/report_py3o_fusion_server/models/py3o_pdf_options.py @@ -139,7 +139,7 @@ class Py3oPdfOptions(models.Model): ('0', 'Default'), ('1', 'Open with PDF Reader Application'), ('2', 'Open with Internet Browser'), - ], string='Cross-document Links', default='default') + ], string='Cross-document Links', default='0') # SECURITY TAB # EncryptFile (bool) encrypt = fields.Boolean('Encrypt')