dabo Commit
Revision 7223
Date: 2012-08-10 14:32:20 -0700 (Fri, 10 Aug 2012)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7223
Changed:
U trunk/dabo/lib/reportWriter.py
Log:
Fixed recently-introduced bug which kept group footer height from being dynamic.
Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py 2012-08-10 20:49:31 UTC (rev 7222)
+++ trunk/dabo/lib/reportWriter.py 2012-08-10 21:32:20 UTC (rev 7223)
@@ -2196,7 +2196,7 @@
pfHeight = self.getBandHeight(pf)
pfHeight = self.getPt(pfHeight)
- if band.lower() in ("pagefooter", "groupfooter") and
bandDict.getProp("Height") is None:
+ if band.lower() in ("pagefooter", "groupfooter") and
pf.getProp("Height") is None:
raise ValueError, "PageFooter height must be
fixed (not None)."
if band.lower() == "groupfooter" and
bandDict.getProp("PrintAtBottom"):
_______________________________________________
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]