[Erp5-report] r24603 - in /erp5/trunk/bt5/erp5_banking_core: SkinTemplateItem/portal_skins/...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 17 09:43:53 CET 2008


Author: aurel
Date: Mon Nov 17 09:43:53 2008
New Revision: 24603

URL: http://svn.erp5.org?rev=24603&view=rev
Log:
update script so that counter date closing is not blocked by new workflow state on monetary destruction

Modified:
    erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_getRemainingOperationList.xml
    erp5/trunk/bt5/erp5_banking_core/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_getRemainingOperationList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_getRemainingOperationList.xml?rev=24603&r1=24602&r2=24603&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_getRemainingOperationList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_getRemainingOperationList.xml [utf8] Mon Nov 17 09:43:53 2008
@@ -94,8 +94,7 @@
               or (portal_type == \'Check Payment\' and \n
                    simulation_state in (\'planned\', \'ordered\') \\\n
                  ) \\\n
-              or (portal_type == \'Monetary Destruction\' and simulation_state == \'confirmed\') \\\n
-              or (portal_type == \'Monetary Destruction\' and simulation_state == \'ordered\' and document.getSourceSection() is not None) \\\n
+              or (portal_type == \'Monetary Destruction\' and simulation_state in (\'stopped\', \'started\')) \\\n
               or (portal_type == \'Paper Money Payment\' and simulation_state != \'ready\') \\\n
               or (portal_type == \'Paper Money Deposit\' and simulation_state == \'stopped\'):\n
          continue\n

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=24603&r1=24602&r2=24603&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] Mon Nov 17 09:43:53 2008
@@ -1,1 +1,1 @@
-466
+467




More information about the Erp5-report mailing list