dabo Commit
Revision 7220
Date: 2012-08-09 16:44:40 -0700 (Thu, 09 Aug 2012)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7220

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

Log:
Added missing variable processing when starting a new column.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2012-08-05 15:04:25 UTC (rev 7219)
+++ trunk/dabo/lib/reportWriter.py      2012-08-09 23:44:40 UTC (rev 7220)
@@ -2551,6 +2551,7 @@
                                beginPage()
                                y = None
                        elif startNewColumn:
+                               processVariables()
                                self._currentColumn += 1
                                y = None
                        elif cursor_idx > 0:



_______________________________________________
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