Commit 0f1c686b authored by Aurel's avatar Aurel

persission modification on check payment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17917 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0256aa1b
...@@ -117,6 +117,9 @@ elif price != cash_detail:\n ...@@ -117,6 +117,9 @@ elif price != cash_detail:\n
elif resource == 1:\n elif resource == 1:\n
msg = Message(domain="ui", message="Insufficient Balance in counter.")\n msg = Message(domain="ui", message="Insufficient Balance in counter.")\n
raise ValidationFailed, (msg,)\n raise ValidationFailed, (msg,)\n
\n
\n
transaction.Base_checkCheck(None, None, None, check=transaction.getAggregateValue())\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
...@@ -93,7 +93,6 @@ ...@@ -93,7 +93,6 @@
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<tuple> <tuple>
<string>DestinationAssignee</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
......
...@@ -87,7 +87,6 @@ ...@@ -87,7 +87,6 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
...@@ -97,7 +96,6 @@ ...@@ -97,7 +96,6 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
......
342 343
\ 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