Changeset 13867 for main/waeup.kofa/trunk/src
- Timestamp:
- 27 May 2016, 06:23:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/session_results_presentation.py
r12913 r13867 164 164 pdf_data.append(Spacer(1, 20)) 165 165 pdf_data += [ 166 Paragraph('<strong>Erroneous Data</strong>', STYLE["Normal"])] 166 Paragraph( 167 '<strong>Students with no available data for ' 168 'computation</strong>', STYLE["Normal"])] 169 pdf_data.append(Spacer(1, 10)) 167 170 table_data = [('Student Id', 'Matric No.', 'Name')] + self.data[-1] 168 171 pdf_data += [Table(table_data, style=TABLE_STYLE)]
Note: See TracChangeset for help on using the changeset viewer.