Changeset 15189 for main/kofacustom.dspg
- Timestamp:
- 15 Oct 2018, 08:31:22 (6 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/interfaces.py
r15186 r15189 291 291 ) 292 292 293 matric_number = schema.TextLine(294 title = _(u'Matric Number'),295 required = False,296 readonly = False,297 )298 299 293 department = schema.TextLine( 300 294 title = _(u'Department'), 301 required = False,295 required = True, 302 296 readonly = False, 303 297 ) -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/locales/en/LC_MESSAGES/waeup.kofa.po
r15107 r15189 17 17 msgid "Special Application" 18 18 msgstr "Remedial Payment" 19 20 msgid "Identification Number" 21 msgstr "Matric Number" 22 23 msgid "Enter either registration or matriculation number." 24 msgstr "Enter matriculation number." 19 25 20 26 msgid "Initial School Fee"
Note: See TracChangeset for help on using the changeset viewer.