Commit a5534543 authored by Vincent Pelletier's avatar Vincent Pelletier

getDelivery* has been renamed as getRootDelivery*.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44726 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e936b6d0
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>document_site = context.getDeliveryValue().getBaobabSourceValue()\n
<value> <string>document_site = context.getRootDeliveryValue().getBaobabSourceValue()\n
site_url = context.Baobab_getVaultSite(document_site).getRelativeUrl()\n
if context.getEmissionLetter() in context.Baobab_getEmissionLetterList(site_list=[site_url, ]):\n
return \'%s/caveau/serre/encaisse_des_billets_retires_de_la_circulation\' % site_url\n
......
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