Ignore:
Timestamp:
21 Dec 2015, 15:03:46 (9 years ago)
Author:
Henrik Bettermann
Message:

Move field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py

    r13554 r13555  
    216216    """
    217217
    218     programme_type = schema.Choice(
    219         title = _(u'Programme Type'),
    220         vocabulary = programme_types_vocab,
    221         required = False,
    222         )
    223 
    224218    nationality = schema.Choice(
    225219        source = nats_vocab,
     
    246240        required = False,
    247241        )
     242
     243    programme_type = schema.Choice(
     244        title = _(u'Programme Type'),
     245        vocabulary = programme_types_vocab,
     246        required = False,
     247        )
     248
    248249    hq_type = schema.Choice(
    249250        title = _(u'Qualification Obtained'),
Note: See TracChangeset for help on using the changeset viewer.