Commit 4436e229 authored by Fabien Morin's avatar Fabien Morin

"Print" report style don't exists use "View" as default to be able to display...

"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
parent 450e9ff0
......@@ -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>
......
1313
\ No newline at end of file
1314
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment