dabo Commit
Revision 5475
Date: 2009-10-19 13:17:32 -0700 (Mon, 19 Oct 2009)
Author: Johnf
Trac: http://trac.dabodev.com/changeset/5475

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

Log:
Minor change to correct a missed spelled - replaced 'r' with 'R'.  Requested by 
Larry Long who found the bug.

Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2009-10-19 20:11:14 UTC (rev 5474)
+++ trunk/dabo/lib/reportWriter.py      2009-10-19 20:17:32 UTC (rev 5475)
@@ -2028,7 +2028,7 @@
                
                def reprintGroupHeaders(y):
                        for group in groups:
-                               reprint = group.get("reprintHeaderOnNewPage")
+                               reprint = group.get("ReprintHeaderOnNewPage")
                                if reprint is not None:
                                        reprint = eval(reprint)
                                        if reprint:




_______________________________________________
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