- Timestamp:
- 22 May 2013, 07:34:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r10184 r10186 104 104 return result 105 105 106 def getTitle(self, context, value): 107 return getUtility( 108 IApplicantsUtils).getCertTitle(context, value) 109 106 110 class ApplicationTypeSource(BasicContextualSourceFactory): 107 111 """An application type source delivers screening types defined in the … … 163 167 """ 164 168 169 def getCertTitle(context, value): 170 """Compose the titles in AppCatCertificateSource. 171 """ 172 165 173 class IApplicantsRoot(IKofaObject, IContainer): 166 174 """A container for university applicants containers.
Note: See TracChangeset for help on using the changeset viewer.