Changeset 14426 for main/waeup.kofa/trunk/src
- Timestamp:
- 21 Jan 2017, 16:13:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/session_results_presentation.py
r14423 r14426 186 186 else: 187 187 gpa_class_data = [('', '- NIL -', '')] 188 table_data = [('Student Id', 'Matric No.', 'Name')] + gpa_class_data 188 table_data = [('Student Id', 'Matric No.', 189 translate(_('Student Name')))] + gpa_class_data 189 190 pdf_data += [Table(table_data, style=TABLE_STYLE)] #, colWidths=col_widths)] 190 191 if self.data[-1]:
Note: See TracChangeset for help on using the changeset viewer.