Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports.
svn: r10074
This commit is contained in:
@@ -161,8 +161,8 @@ class WebCalReport(Report):
|
||||
"""
|
||||
Creates WebCalReport object that produces the report.
|
||||
"""
|
||||
def __init__(self, database, person, options):
|
||||
Report.__init__(self, database, person, options)
|
||||
def __init__(self, database, options):
|
||||
Report.__init__(self, database, options)
|
||||
menu = options.menu
|
||||
|
||||
self.database = database
|
||||
|
||||
Reference in New Issue
Block a user