Commit f787b7bf authored by Lucas Carvalho's avatar Lucas Carvalho

- added manager role.

- improved code style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29042 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03136bb9
......@@ -126,6 +126,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>resource=None, quantity=1, form_id=None</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
......@@ -95,7 +95,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>action = \'\', new_shopping_cart=None</string> </value>
<value> <string>action=\'\', new_shopping_cart=None</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......
202
\ No newline at end of file
204
\ 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