[Erp5-report] r12903 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 20 11:16:08 CET 2007


Author: jerome
Date: Tue Feb 20 11:16:06 2007
New Revision: 12903

URL: http://svn.erp5.org?rev=12903&view=rev
Log:
wrong variable name

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml?rev=12903&r1=12902&r2=12903&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml Tue Feb 20 11:16:06 2007
@@ -97,7 +97,7 @@
           context.Invoice_getRemainingTotalPayablePrice(detailed=True)\n
 \n
 # if there\'s nothing more to pay, don\'t create an empty transaction\n
-if sum(total_payable_price_per_node_section.values()) == 0:\n
+if sum(total_payable_price_details.values()) == 0:\n
   if not batch_mode:\n
     return context.REQUEST.RESPONSE.redirect(\n
       "%s/view?portal_status_message=%s" % (\n
@@ -229,7 +229,6 @@
                             <string>True</string>
                             <string>total_payable_price_details</string>
                             <string>sum</string>
-                            <string>total_payable_price_per_node_section</string>
                             <string>None</string>
                             <string>str</string>
                             <string>unicode</string>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=12903&r1=12902&r2=12903&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Tue Feb 20 11:16:06 2007
@@ -1,1 +1,1 @@
-187
+188




More information about the Erp5-report mailing list