Changeset 10621 for main/waeup.kofa/trunk/src
- Timestamp:
- 11 Sep 2013, 10:36:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/session_results_presentation.py
r10620 r10621 154 154 pdf_data += [Paragraph('<strong>%s</strong>' % gpa_class_name, 155 155 STYLE["Normal"])] 156 table_data = [('Student Id', 'Matric No.', 'Name')] 157 + self.data[gpa_class] 156 table_data = [('Student Id', 'Matric No.', 'Name')] + self.data[gpa_class] 158 157 pdf_data += [Table(table_data, style=TABLE_STYLE)] #, colWidths=col_widths)] 159 158 gpa_class += 1
Note: See TracChangeset for help on using the changeset viewer.