Ignore:
Timestamp:
8 Jul 2012, 17:35:45 (12 years ago)
Author:
Henrik Bettermann
Message:

Add nysc_location. We need this field only for imported data from SRP. This field shouldn't be filled by students in Kofa.

File:
1 edited

Legend:

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

    r8923 r8946  
    305305        )
    306306
     307    nysc_location = schema.TextLine(
     308        title = _(u'Nysc Location'),
     309        required = False,
     310        )
     311
    307312    nysc_lga = schema.Choice(
    308313        source = LGASource(),
    309         title = _(u'Nysc Location'),
     314        title = _(u'Nysc LGA'),
    310315        required = False,
    311316        )
Note: See TracChangeset for help on using the changeset viewer.