[Erp5-report] r18841 - in /erp5/trunk/bt5/erp5_banking_cash: WorkflowTemplateItem/portal_wo...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 23 17:08:33 CET 2008
Author: aurel
Date: Wed Jan 23 17:08:33 2008
New Revision: 18841
URL: http://svn.erp5.org?rev=18841&view=rev
Log:
fix script call
Modified:
erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/money_deposit_workflow/scripts/validateCounter.xml
erp5/trunk/bt5/erp5_banking_cash/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/money_deposit_workflow/scripts/validateCounter.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/money_deposit_workflow/scripts/validateCounter.xml?rev=18841&r1=18840&r2=18841&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/money_deposit_workflow/scripts/validateCounter.xml (original)
+++ erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/money_deposit_workflow/scripts/validateCounter.xml Wed Jan 23 17:08:33 2008
@@ -100,7 +100,7 @@
\n
# check we are in an opened accounting day\n
transaction.Baobab_checkCounterDateOpen(site=destination, date=transaction.getStartDate())\n
-transaction.Baobab_checkCounterOpened(site=destination)\n
+transaction.Baobab_checkCounterOpened(destination)\n
\n
site = transaction.getDestinationValue()\n
# I comment theses lines, because it\'s not necessary to control if all counter is opened or not at the moment : CISSE\n
Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=18841&r1=18840&r2=18841&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision Wed Jan 23 17:08:33 2008
@@ -1,1 +1,1 @@
-566
+567
More information about the Erp5-report
mailing list