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:
Brian Matherly
2008-02-20 04:52:10 +00:00
parent 65951d6722
commit cc6654ddab
34 changed files with 148 additions and 129 deletions

View File

@@ -57,14 +57,14 @@ class DocReportDialog(ReportDialog):
dialogs for docgen derived reports.
"""
def __init__(self,dbstate,uistate,person,option_class,name,trans_name):
def __init__(self, dbstate, uistate, option_class, name, trans_name):
"""Initialize a dialog to request that the user select options
for a basic *stand-alone* report."""
self.style_name = "default"
self.page_html_added = False
ReportDialog.__init__(self,dbstate,uistate,person,option_class,
name,trans_name)
ReportDialog.__init__(self, dbstate, uistate, option_class,
name, trans_name)
# Allow for post processing of the format frame, since the
# show_all task calls events that may reset values