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

Only strings are allowed in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r15236 r15240  
    11061106            #deptitle = site['faculties'][ticket.student.faccode][
    11071107            #    ticket.student.depcode].longtitle
    1108             row = [no,
     1108            row = [str(no),
    11091109                  ticket.student.student_id,
    11101110                  ticket.student.matric_number,
Note: See TracChangeset for help on using the changeset viewer.