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
elif resource == 1:\n
msg = Message(domain="ui", message="Insufficient Balance in counter.")\n
raise ValidationFailed, (msg,)\n
\n
\n
transaction.Base_checkCheck(None, None, None, check=transaction.getAggregateValue())\n
</string> </value>
</item>
<item>
......
......@@ -93,7 +93,6 @@
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>DestinationAssignee</string>
<string>Manager</string>
</tuple>
</value>
......
......@@ -87,7 +87,6 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
......@@ -97,7 +96,6 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
......
342
\ No newline at end of file
343
\ 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