* src/plugins/BookReport.py (cl_report):

Use begin_report for each item.


svn: r3848
This commit is contained in:
Alex Roitman 2004-12-31 05:48:34 +00:00
parent a73dfc50cb
commit 62089440f8
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-12-30 Alex Roitman <shura@alex.neuro.umn.edu>
* src/Report.py: Change finish_report to end_report.
* src/plugins/BookReport.py (cl_report):
Use begin_report for each item.
2004-12-30 Don Allingham <dallingham@users.sourceforge.net>
* src/RelLib.py: documentation

View File

@ -1085,6 +1085,7 @@ def cl_report(database,name,category,options_str_dict):
doc.open(clr.option_class.get_output())
doc.init()
for item in rptlist:
item.begin_report()
item.write_report()
doc.close()
except: