[Erp5-report] r29317 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 30 14:00:12 CEST 2009
Author: fabien
Date: Wed Sep 30 14:00:10 2009
New Revision: 29317
URL: http://svn.erp5.org?rev=29317&view=rev
Log:
"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)
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml?rev=29317&r1=29316&r2=29317&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_portal_skin.xml [utf8] Wed Sep 30 14:00:10 2009
@@ -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>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=29317&r1=29316&r2=29317&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed Sep 30 14:00:10 2009
@@ -1,1 +1,1 @@
-1313
+1314
More information about the Erp5-report
mailing list