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
return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n
, cash_detail_dict = cash_detail_dict\n
, destination = context.getObject().absolute_url()\n
, rendering_vault = context.getBaobabSource()\n
)\n
</string> </value>
</item>
......
......@@ -74,6 +74,7 @@
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
<string>Reviewer</string>
</tuple>
</value>
......@@ -84,6 +85,7 @@
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -93,6 +95,7 @@
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -102,6 +105,7 @@
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
<string>Reviewer</string>
</tuple>
</value>
......
442
\ No newline at end of file
444
\ 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