[Erp5-report] r10492 - /erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workf...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 2 18:28:47 CEST 2006


Author: seb
Date: Mon Oct  2 18:28:45 2006
New Revision: 10492

URL: http://svn.erp5.org?rev=10492&view=rev
Log:
specify both line and cell with the parameter fast=0

Modified:
    erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validateVaultBalance.xml

Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validateVaultBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validateVaultBalance.xml?rev=10492&r1=10491&r2=10492&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validateVaultBalance.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validateVaultBalance.xml Mon Oct  2 18:28:45 2006
@@ -98,7 +98,7 @@
 \n
 # Get price and total_price.\n
 price = transaction.getSourceTotalAssetPrice()\n
-cash_detail = transaction.getTotalPrice(portal_type = \'Cash Delivery Cell\', fast=0)\n
+cash_detail = transaction.getTotalPrice(portal_type = (\'Cash Delivery Line\',\'Cash Delivery Cell\'), fast=0)\n
 #transaction.log("price vs cash detail", str((price, cash_detail)))\n
 if resource == 3:\n
   msg = Message(domain="ui", message="No banknote or coin defined.")\n




More information about the Erp5-report mailing list