Commit 728f4b2a authored by Vincent Pelletier's avatar Vincent Pelletier

Allow reopening a closed bank account.

This is basically the same as creating a new bank account and validating
it (as we check again its validity and unicity), but without loosing its
history.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35377 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 852e0daa
......@@ -29,6 +29,15 @@
</item>
<item>
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>validate</string>
<string>validate_action</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</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