Changeset 6073 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 13 May 2011, 18:04:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6070 r6073 192 192 database. 193 193 """ 194 194 195 195 class IApplicantsContainerAdd(IApplicantsContainer): 196 196 """An applicants container contains university applicants. … … 203 203 readonly = False, 204 204 ) 205 206 IApplicantsContainerAdd['code'].order = IApplicantsContainer['code'].order 207 205 206 IApplicantsContainerAdd['code'].order = IApplicantsContainer['code'].order 207 208 208 class IApplicantBaseData(IWAeUPObject): 209 209 """The data for an applicant.
Note: See TracChangeset for help on using the changeset viewer.