Commit 20546651 authored by Jérome Perrin's avatar Jérome Perrin

Make sure fields are displayed when no request variable is defined

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15769 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51f5f428
......@@ -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\', \'\') != \'View\')</string> </value>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'View\') != \'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\', \'\') != \'View\')</string> </value>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'View\') != \'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\', \'\') != \'View\')</string> </value>
<value> <string>python: not( request.get(\'is_accounting_report\', 0) or request.get(\'portal_skin\', \'View\') != \'View\')</string> </value>
</item>
</dictionary>
</pickle>
......
378
\ No newline at end of file
380
\ 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