dabo Commit
Revision 5465
Date: 2009-10-15 11:12:23 -0700 (Thu, 15 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5465

Changed:
U   trunk/dabo/lib/reportWriter.py

Log:
Reverted a small portion of r5459 which was resulting in missed detail records. 
Larry, please take a look at it and let me know if you disagree.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2009-10-15 17:39:19 UTC (rev 5464)
+++ trunk/dabo/lib/reportWriter.py      2009-10-15 18:12:23 UTC (rev 5465)
@@ -1869,7 +1869,7 @@
                                        
                                        if band in ("detail", "groupFooter") 
and not headers_printed:
                                                y = reprintGroupHeaders(y)
-                                       else:
+                                       if band != "detail" and headers_printed:
                                                return y
                                        
                                        if not deferred:




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to