Commit 0e88d1d2 authored by Sebastien Robin's avatar Sebastien Robin

fixed permission in draft state on money deposit rendering

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ef332df
...@@ -97,6 +97,7 @@ cash_detail_dict = {\'line_portal_type\' : \'Cash Delivery Line\'\n ...@@ -97,6 +97,7 @@ cash_detail_dict = {\'line_portal_type\' : \'Cash Delivery Line\'\n
return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n
, cash_detail_dict = cash_detail_dict\n , cash_detail_dict = cash_detail_dict\n
, destination = context.getObject().absolute_url()\n , destination = context.getObject().absolute_url()\n
, rendering_vault = context.getBaobabSource()\n
)\n )\n
</string> </value> </string> </value>
</item> </item>
......
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
<string>Reviewer</string> <string>Reviewer</string>
</tuple> </tuple>
</value> </value>
...@@ -84,6 +85,7 @@ ...@@ -84,6 +85,7 @@
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -93,6 +95,7 @@ ...@@ -93,6 +95,7 @@
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -102,6 +105,7 @@ ...@@ -102,6 +105,7 @@
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
<string>Reviewer</string> <string>Reviewer</string>
</tuple> </tuple>
</value> </value>
......
442 444
\ 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