Commit 3c3062be authored by Aurel's avatar Aurel

fix guess of destination

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14abca54
......@@ -67,7 +67,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>if context.getEmissionLetter() in context.Baobab_getUserEmissionLetterList():\n
return \'%s/serre/encaisse_des_billets_retires_de_la_circulation\' %(\'/\'.join(context.getSource().split(\'/\')[:-2]),)\n
return \'%s/auxiliaire/encaisse_des_billets_ventiles_et_detruits\' %(\'/\'.join(context.getSource().split(\'/\')[:-2]),)\n
else:\n
return \'%s/externes/encaisse_des_externes\' %(\'/\'.join(context.getSource().split(\'/\')[:-2]),)\n
</string> </value>
......
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