[Erp5-report] r35377 vincent - in /erp5/trunk/bt5/erp5_banking_core: WorkflowTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon May 17 13:22:21 CEST 2010
Author: vincent
Date: Mon May 17 13:22:17 2010
New Revision: 35377
URL: http://svn.erp5.org?rev=35377&view=rev
Log:
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.
Modified:
erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/states/closed.xml
erp5/trunk/bt5/erp5_banking_core/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/states/closed.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/states/closed.xml?rev=35377&r1=35376&r2=35377&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/states/closed.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/states/closed.xml [utf8] Mon May 17 13:22:17 2010
@@ -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>
Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=35377&r1=35376&r2=35377&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] Mon May 17 13:22:17 2010
@@ -1,1 +1,1 @@
-532
+533
More information about the Erp5-report
mailing list