From 4436e2299cb853dd3a02835d448a7b2cf3498989 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 30 Sep 2009 12:00:10 +0000 Subject: [PATCH] "Print" report style don't exists use "View" as default to be able to display something else than a site error in case we try to display report without any styles installed (ods, odt, pdf, defered) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29317 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml index 0a58efec30..6937ae9109 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml @@ -275,7 +275,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: preferences.getPreference(\'preferred_report_style\', \'Print\')</string> </value> + <value> <string>python: preferences.getPreference(\'preferred_report_style\', \'View\')</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 91530abf65..5c02a7f16a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1313 \ No newline at end of file +1314 \ No newline at end of file -- 2.30.9