Changeset 15239 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 13 Nov 2018, 12:16:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r15238 r15239 1043 1043 for i in range(4): 1044 1044 colwidth[i] = maxlength[i] * 0.225 * cm 1045 import pdb; pdb.set_trace()1046 1045 pdf_data += [Table(data[0], colwidth, style=CONTENT_STYLE)] 1047 1046 # Process title if too long
Note: See TracChangeset for help on using the changeset viewer.