dabo Commit
Revision 1396
Date: 2005-10-02 22:52:26 -0700 (Sun, 02 Oct 2005)
Author: paul

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

Log:
Fixed another tiny bug.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2005-10-03 05:18:59 UTC (rev 1395)
+++ trunk/dabo/lib/reportWriter.py      2005-10-03 05:52:26 UTC (rev 1396)
@@ -628,9 +628,9 @@
                                        # printed as well. Actually, this 
should be reworked so that any subsequent
                                        # group header records get accounted 
for as well...
                                        b = _form["detail"]
-                                       extraHeight = b.get("height")
+                                       extraHeight = eval(b.get("height"))
                                        if extraHeight is None:
-                                               extraHeight = 
default_band_height
+                                               extraHeight = 
self.default_bandHeight
                                        else:
                                                extraHeight = 
self.getPt(eval(extraHeight))
                                        if extraHeight is None:




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to