Commit c323dc68 authored by Aurel's avatar Aurel

proxy role must be on checkConsistency to modify banking operation line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15120 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7537851
......@@ -154,6 +154,14 @@ if transaction.getIncidentType() == "account_incident":\n
<key> <string>_params</string> </key>
<value> <string>state_change</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>
......
......@@ -92,9 +92,7 @@ movement = transaction.newContent(portal_type=\'Banking Operation Line\',\n
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
396
\ No newline at end of file
400
\ 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