[Erp5-report] r31262 jp - /erp5/trunk/products/ERP5OOo/FormPrintout.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Dec 13 12:38:03 CET 2009


Author: jp
Date: Sun Dec 13 12:38:02 2009
New Revision: 31262

URL: http://svn.erp5.org?rev=31262&view=rev
Log:
Reverted r31209 due to lack of peer review

Modified:
    erp5/trunk/products/ERP5OOo/FormPrintout.py

Modified: erp5/trunk/products/ERP5OOo/FormPrintout.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/FormPrintout.py?rev=31262&r1=31261&r2=31262&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/FormPrintout.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/FormPrintout.py [utf8] Sun Dec 13 12:38:02 2009
@@ -780,10 +780,10 @@
     column.text = None
     for child in column:
       # clear data except style
-      style_value = child.attrib.get(self._style_attribute_name)
+      style_value = child.attrib.get(self._name_attribute_name)
       child.clear()
       if style_value:
-        child.set(self._style_attribute_name, style_value)
+        child.set(self._name_attribute_name, style_value)
 
   def _getColumnValueAttribute(self, column):
     attrib = column.attrib




More information about the Erp5-report mailing list