Changeset 13525 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 2 Dec 2015, 17:22:59 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py
r10929 r13525 31 31 'ptee': ['Part-Time Entrance Examination', 'PTEE'], 32 32 'app': ['General Studies', 'APP'], 33 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 34 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 33 35 } 34 36 -
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r13463 r13525 57 57 clearance_fee_med = schema.Float( 58 58 title = _(u'Medical Acceptance Fee'), 59 default = 0.0, 60 required = True, 61 ) 62 63 clearance_fee_pg = schema.Float( 64 title = _(u'Postgraduate Acceptance Fee'), 59 65 default = 0.0, 60 66 required = True,
Note: See TracChangeset for help on using the changeset viewer.