Commit 6b3d8064 authored by Sebastien Robin's avatar Sebastien Robin

remove some actions on the state delivered of cash incident

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12497 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2955922f
......@@ -85,7 +85,7 @@ if source_section is None :\n
\n
\n
if \'serre\' in context.getSource():\n
cash_status = [\'retired\',]\n
cash_status = [\'retired\',\'error\']\n
else:\n
cash_status = [\'cancelled\',\'mutilated\', \'maculated\',\'error\']\n
\n
......
......@@ -84,7 +84,7 @@ if \'auxiliaire/encaisse_des_billets_et_monnaies\' not in source:\n
)\n
request[ \'RESPONSE\' ].redirect( redirect_url )\n
\n
cash_status = [\'cancelled\',\'mutilated\']\n
cash_status = [\'cancelled\',\'mutilated\',\'error\']\n
emission_letter = context.Baobab_getUserEmissionLetterList() \n
variation = context.Baobab_getResourceVintageList(banknote=1, coin=1)\n
cash_detail_dict = {\'line_portal_type\' : \'Monetary Recall Line\'\n
......
......@@ -39,10 +39,7 @@
<item>
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
159
\ No newline at end of file
162
\ 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