[Erp5-report] r27058 - in /erp5/trunk/bt5/erp5_banking_cash: WorkflowTemplateItem/portal_wo...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 19 17:24:21 CEST 2009


Author: aurel
Date: Tue May 19 17:24:19 2009
New Revision: 27058

URL: http://svn.erp5.org?rev=27058&view=rev
Log:
retrieve the site from the right variable

Modified:
    erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml
    erp5/trunk/bt5/erp5_banking_cash/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml?rev=27058&r1=27057&r2=27058&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml [utf8] Tue May 19 17:24:19 2009
@@ -122,7 +122,7 @@
   if site  in (None, ""):\n
     msg = Message(domain="ui", message="You must select a foreign agency.")\n
     raise ValidationFailed, (msg,)\n
-  source_country_site = transaction.Baobab_getVaultSite(vault)\n
+  source_country_site = transaction.Baobab_getVaultSite(source_object)\n
   source_country  = transaction.Baobab_getCountryForSite(source_country_site)\n
   site_country = transaction.Baobab_getCountryForSite(site)\n
   if \'encaisse_des_externes\' in vault and \\\n

Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=27058&r1=27057&r2=27058&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision [utf8] Tue May 19 17:24:19 2009
@@ -1,1 +1,1 @@
-657
+658




More information about the Erp5-report mailing list