Refactoring the report system: reports no longer require dbstate.
svn: r9924
This commit is contained in:
@@ -106,10 +106,10 @@ class CustomTextOptions(MenuReportOptions):
|
||||
Defines options and provides handling interface.
|
||||
"""
|
||||
|
||||
def __init__(self,name,dbstate=None):
|
||||
MenuReportOptions.__init__(self,name,dbstate)
|
||||
def __init__(self, name, dbase):
|
||||
MenuReportOptions.__init__(self, name, dbase)
|
||||
|
||||
def add_menu_options(self,menu,dbstate):
|
||||
def add_menu_options(self, menu):
|
||||
|
||||
category_name = _("Text")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user