[Erp5-report] r42272 jm - /erp5/trunk/products/ERP5/mixin/amount_generator.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 12 17:24:24 CET 2011


Author: jm
Date: Wed Jan 12 17:24:24 2011
New Revision: 42272

URL: http://svn.erp5.org?rev=42272&view=rev
Log:
amount_generator: fix variable name

Modified:
    erp5/trunk/products/ERP5/mixin/amount_generator.py

Modified: erp5/trunk/products/ERP5/mixin/amount_generator.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/amount_generator.py?rev=42272&r1=42271&r2=42272&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/amount_generator.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/amount_generator.py [utf8] Wed Jan 12 17:24:24 2011
@@ -225,7 +225,7 @@ class AmountGeneratorMixin:
           continue
         key = cell.getCellAggregateKey()
         try:
-          application_dict = cell_aggregate[key]
+          property_dict = cell_aggregate[key]
         except KeyError:
           cell_aggregate[key] = property_dict = {
             'base_application_set': set(),



More information about the Erp5-report mailing list