[Erp5-report] r15561 - in /erp5/trunk/bt5/erp5_banking_cash: WorkflowTemplateItem/portal_wo...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Aug 8 15:49:40 CEST 2007
Author: vincent
Date: Wed Aug 8 15:49:39 2007
New Revision: 15561
URL: http://svn.erp5.org?rev=15561&view=rev
Log:
Source is a counter, not a site any more. So appended node path must be updated.
Modified:
erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/mutilated_banknote_workflow/scripts/CheckTransitionDeliver.xml
erp5/trunk/bt5/erp5_banking_cash/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/mutilated_banknote_workflow/scripts/CheckTransitionDeliver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/mutilated_banknote_workflow/scripts/CheckTransitionDeliver.xml?rev=15561&r1=15560&r2=15561&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/mutilated_banknote_workflow/scripts/CheckTransitionDeliver.xml (original)
+++ erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/mutilated_banknote_workflow/scripts/CheckTransitionDeliver.xml Wed Aug 8 15:49:39 2007
@@ -75,7 +75,7 @@
source = ob.getSource()\n
\n
# check we are in an opened accounting day\n
-vault = \'%s/surface/caisse_courante/encaisse_des_billets_et_monnaies\' % (source, )\n
+vault = \'%s/encaisse_des_billets_et_monnaies/sortante\' % (source, )\n
date = ob.getStartDate()\n
ob.Baobab_checkCounterDateOpen(site=vault, date=date)\n
\n
Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=15561&r1=15560&r2=15561&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision Wed Aug 8 15:49:39 2007
@@ -1,1 +1,1 @@
-470
+472
More information about the Erp5-report
mailing list