Changeset 15239


Ignore:
Timestamp:
13 Nov 2018, 12:16:34 (6 years ago)
Author:
Henrik Bettermann
Message:

uups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r15238 r15239  
    10431043        for i in range(4):
    10441044            colwidth[i] = maxlength[i] * 0.225 * cm
    1045         import pdb; pdb.set_trace()
    10461045        pdf_data += [Table(data[0], colwidth, style=CONTENT_STYLE)]
    10471046        # Process title if too long
Note: See TracChangeset for help on using the changeset viewer.