Commit 9f99a543 authored by Jérome Perrin's avatar Jérome Perrin

Don't check that request/portal_skin is 'Print'

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a23960bc
...@@ -88,9 +88,7 @@ ...@@ -88,9 +88,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string></string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>fallback_base_category</string> </key> <key> <string>fallback_base_category</string> </key>
......
...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete ...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') == \'Print\')</string> </value> <value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') != \'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete ...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') == \'Print\')</string> </value> <value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') != \'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete ...@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') == \'Print\')</string> </value> <value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'\') != \'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
373 378
\ No newline at end of file \ 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