[Erp5-report] r13860 - /erp5/trunk/products/ERP5/tests/testAccountingReports.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 2 17:51:44 CEST 2007


Author: yo
Date: Mon Apr  2 17:51:43 2007
New Revision: 13860

URL: http://svn.erp5.org?rev=13860&view=rev
Log:
Define getTitle.

Modified:
    erp5/trunk/products/ERP5/tests/testAccountingReports.py

Modified: erp5/trunk/products/ERP5/tests/testAccountingReports.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccountingReports.py?rev=13860&r1=13859&r2=13860&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccountingReports.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccountingReports.py Mon Apr  2 17:51:43 2007
@@ -48,6 +48,9 @@
     * movements with source & destination for other sections.
     ...
   """
+
+  def getTitle(self):
+    return "Accounting Reports"
 
   # utility methods for ERP5 Report
   def getReportSectionList(self, report_name):




More information about the Erp5-report mailing list