Commit ec9d9052 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5bfe2dd8
......@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>mutilated_banknote = context.getParentValue()\n
mutilated_banknote_source_trade = mutilated_banknote.getSourceTrade(\'\')\n
if \'siege\' not in mutilated_banknote_source_trade and mutilated_banknote.getWorkflowState() in (\'finished\', \'delivered\'):\n
if \'siege\' not in mutilated_banknote_source_trade and mutilated_banknote.getSimulationState() in (\'finished\', \'delivered\'):\n
return "%s/surface/caisse_courante/encaisse_des_billets_et_monnaies" % (mutilated_banknote_source_trade, )\n
return None\n
</string> </value>
......
433
\ No newline at end of file
436
\ 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