Refactor various aspects of the report system.
svn: r9496
This commit is contained in:
@@ -670,8 +670,7 @@ class StatisticsChartOptions(ReportOptions):
|
||||
def __init__(self,name, person_id=None):
|
||||
ReportOptions.__init__(self, name, person_id)
|
||||
|
||||
def set_new_options(self):
|
||||
# Options specific for this report
|
||||
# Options specific for this report
|
||||
self.options_dict = {
|
||||
'filter' : 0,
|
||||
'gender' : Person.UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user