[Erp5-report] r31212 aurel - /erp5/trunk/products/ERP5/Document/TradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 10 10:48:00 CET 2009


Author: aurel
Date: Thu Dec 10 10:47:59 2009
New Revision: 31212

URL: http://svn.erp5.org?rev=31212&view=rev
Log:
add missing variable initialisation

Modified:
    erp5/trunk/products/ERP5/Document/TradeCondition.py

Modified: erp5/trunk/products/ERP5/Document/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TradeCondition.py?rev=31212&r1=31211&r2=31212&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] Thu Dec 10 10:47:59 2009
@@ -202,7 +202,7 @@
             if base_application in other_line.getBaseContributionList():
               father_dict[line].append(other_line)
               child_dict[other_line].append(line)
-
+      final_list = []
       if len(father_dict):
         # find roots elements
         # XXX maybe this can be done while building the graph




More information about the Erp5-report mailing list