- Timestamp:
- 3 Jul 2016, 03:38:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r14003 r14010 309 309 title = _(u'JAMB Subjects'), 310 310 required = False, 311 default = [],311 defaultFactory=list, 312 312 value_type = schema.Choice( 313 313 vocabulary = jambsubjects … … 470 470 required = False, 471 471 readonly = False, 472 default = [],472 defaultFactory=list, 473 473 ) 474 474 scd_sit_fname = schema.TextLine( … … 499 499 required = False, 500 500 readonly = False, 501 default = [],501 defaultFactory=list, 502 502 ) 503 503 # Replaced by first and second sitting
Note: See TracChangeset for help on using the changeset viewer.