Commit 674b388e authored by Vincent Pelletier's avatar Vincent Pelletier

Update reference to renamed "archived" state.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19256 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b73bfe26
......@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>mutilated_banknote = context.getParentValue()\n
if not(mutilated_banknote.isSentToHeadquaters(False)) and \\\n
mutilated_banknote.getSimulationState() in (\'finished\', \'delivered\', \'archived\'):\n
mutilated_banknote.getSimulationState() in (\'finished\', \'delivered\', \'deposited\'):\n
return "%s/encaisse_des_billets_et_monnaies/entrante" % (mutilated_banknote.getSource(), )\n
return None\n
</string> </value>
......
594
\ No newline at end of file
596
\ 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