Ignore:
Timestamp:
28 Feb 2022, 10:39:11 (3 years ago)
Author:
Henrik Bettermann
Message:

Disable editing of nationalty and date of birth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py

    r16836 r16841  
    7070            'clearance_locked', 'clr_code', 'officer_comment',
    7171            'physical_clearance_date')
    72             #form_fields['date_of_birth'].for_display = True
    73             #form_fields['nationality'].for_display = True
     72            form_fields['date_of_birth'].for_display = True
     73            form_fields['nationality'].for_display = True
    7474            form_fields['lga'].for_display = True
    7575        return form_fields
Note: See TracChangeset for help on using the changeset viewer.