Ignore:
Timestamp:
31 Oct 2015, 07:48:41 (9 years ago)
Author:
Henrik Bettermann
Message:

Make date_of_birth optional. Otherwise we can't copy application data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/interfaces.py

    r13362 r13368  
    195195    """
    196196
    197     date_of_birth = FormattedDate(
    198         title = _(u'Date of Birth'),
    199         required = True,
    200         show_year = True,
    201         )
     197    #date_of_birth = FormattedDate(
     198    #    title = _(u'Date of Birth'),
     199    #    required = True,
     200    #    show_year = True,
     201    #    )
    202202
    203203    lga = schema.Choice(
     
    209209ICustomUGStudentClearance['lga'].order = INigeriaUGStudentClearance[
    210210    'lga'].order
    211 ICustomUGStudentClearance['date_of_birth'].order = INigeriaUGStudentClearance[
    212     'date_of_birth'].order
     211#ICustomUGStudentClearance['date_of_birth'].order = INigeriaUGStudentClearance[
     212#    'date_of_birth'].order
    213213
    214214
Note: See TracChangeset for help on using the changeset viewer.