Changeset 15622
- Timestamp:
- 30 Sep 2019, 07:03:21 (5 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r15621 r15622 3784 3784 ticket.level, 3785 3785 ticket.student.certcode, 3786 None,3786 20 * ' ', 3787 3787 27 * ' ', 3788 3788 ] -
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r15621 r15622 1045 1045 pdf_data.append(Spacer(1, 20)) 1046 1046 colWidths = [None] * len(data[0][0]) 1047 colWidths[2] = 6*cm1048 1047 pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE, 1049 1048 repeatRows=1)]
Note: See TracChangeset for help on using the changeset viewer.