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 @@
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
......@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
......@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
......@@ -183,7 +183,7 @@ python: here.Localizer.translate(\'erp5_ui\', "The values above are the paramete
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
373
\ No newline at end of file
378
\ 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