Ignore:
Timestamp:
5 Oct 2020, 06:32:36 (4 years ago)
Author:
Henrik Bettermann
Message:

Remove email2 field.

File:
1 edited

Legend:

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

    r16252 r16265  
    3737    """
    3838
    39     email2 = schema.ASCIILine(
    40         title = _(u'Second Email'),
    41         required = False,
    42         constraint=validate_email,
    43         )
     39    #email2 = schema.ASCIILine(
     40    #    title = _(u'Second Email'),
     41    #    required = False,
     42    #    constraint=validate_email,
     43    #    )
    4444
    4545    library = schema.Bool(
     
    4949        )
    5050
    51 ICustomStudentBase['email2'].order = ICustomStudentBase[
    52     'phone'].order
     51#ICustomStudentBase['email2'].order = ICustomStudentBase[
     52#    'phone'].order
    5353ICustomStudentBase['phone'].order = ICustomStudentBase[
    5454    'email'].order
     
    6969        )
    7070
    71     email2 = schema.ASCIILine(
    72         title = _(u'Second Email'),
    73         required = False,
    74         constraint=validate_email,
    75         )
     71    #email2 = schema.ASCIILine(
     72    #    title = _(u'Second Email'),
     73    #    required = False,
     74    #    constraint=validate_email,
     75    #    )
    7676
    7777    phone = PhoneNumber(
Note: See TracChangeset for help on using the changeset viewer.