diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_format.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_format.xml index 5dfd1ade21fb8f8b6cd168e0f1953afe5cb0de51..c230fbde387340aa363dbe5d23a562cfebd2e0b6 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_format.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_format.xml @@ -295,7 +295,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: preferences.getPreference(\'preferred_report_style\', \'Print\') in (\'ODS\', \'ODT\')</string> </value> + <value> <string>python: request.get(\'your_portal_skin\', request.get(\'field_your_portal_skin\', preferences.getPreference(\'preferred_report_style\', \'Print\'))) in (\'ODS\', \'ODT\')</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 876cce90b1079891de8d9dfd1dbbadc35641e8de..7703a12954702241b2e8b9ee181bf20cfe3195b9 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -654 \ No newline at end of file +656 \ No newline at end of file