Changeset 12391 for main/waeup.uniben/trunk
- Timestamp:
- 3 Jan 2015, 21:57:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r12265 r12391 69 69 if self.context.is_postgrad: 70 70 form_fields = grok.AutoFields(ICustomPGStudentClearance).omit( 71 'clearance_locked', 'nysc_location', 'clr_code', 'officer_comment') 71 'clearance_locked', 'nysc_location', 'clr_code', 'officer_comment', 72 'physical_clearance_date') 72 73 else: 73 74 form_fields = grok.AutoFields(ICustomUGStudentClearance).omit( 74 'clearance_locked', 'clr_code', 'officer_comment') 75 'clearance_locked', 'clr_code', 'officer_comment', 76 'physical_clearance_date') 75 77 form_fields['date_of_birth'].for_display = True 76 78 form_fields['nationality'].for_display = True
Note: See TracChangeset for help on using the changeset viewer.