Ignore:
Timestamp:
25 Sep 2013, 06:46:53 (11 years ago)
Author:
Henrik Bettermann
Message:

Convert longtitle() into property attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py

    r10596 r10650  
    9393                '__parent__', None)
    9494        faculty = getattr(dept, '__parent__', None)
    95         return [x is not None and x.longtitle() or x for x in dept, faculty]
     95        return [x is not None and x.longtitle or x for x in dept, faculty]
    9696
    9797    def _addLoginInformation(self):
Note: See TracChangeset for help on using the changeset viewer.