- Timestamp:
- 7 Mar 2017, 09:36:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_statistics.py
r14606 r14607 144 144 mode = None 145 145 pdfcreator = 'landscape' 146 title = translate(_('Student Statistics')) 146 147 147 148 def __init__(self, session, mode, level, breakdown, author='System'): … … 186 187 pdf_data += [ 187 188 Table(table_data, style=TABLE_STYLE, colWidths=col_widths)] 188 doc_title = translate(_('Student Statistics'))189 doc_title = self.title 189 190 right_footer = translate( 190 191 _('${a} Students - ${b} -',
Note: See TracChangeset for help on using the changeset viewer.