[Erp5-report] r8356 - /erp5/trunk/products/ERP5Form/ListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 10 16:56:10 CEST 2006


Author: seb
Date: Mon Jul 10 16:56:08 2006
New Revision: 8356

URL: http://svn.erp5.org?rev=8356&view=rev
Log:
fixed typo error, so the parent mode is working again

Modified:
    erp5/trunk/products/ERP5Form/ListBox.py

Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=8356&r1=8355&r2=8356&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py Mon Jul 10 16:56:08 2006
@@ -1183,7 +1183,7 @@
         if base_category == 'parent':
           for sub_obj in obj.contentValues(sort_on = sort_on):
             if getattr(aq_base(sub_obj), 'objectValues', None) is not None:
-              exception_uid_list.append(sub_o.getUid())
+              exception_uid_list.append(sub_obj.getUid())
 
         # Summary (open)
         tree_list.append(ReportTree(obj = obj, is_pure_summary = True, depth = depth,




More information about the Erp5-report mailing list