* src/plugins/BookReport.py (cl_report):
Use begin_report for each item. svn: r3848
This commit is contained in:
parent
a73dfc50cb
commit
62089440f8
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user