Commit 24dfc507 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Define getTitle.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13860 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae57e975
......@@ -49,6 +49,9 @@ class TestAccountingReports(AccountingTestCase):
...
"""
def getTitle(self):
return "Accounting Reports"
# utility methods for ERP5 Report
def getReportSectionList(self, report_name):
"""Get the list of report sections in a report."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment