- Timestamp:
- 6 Dec 2019, 15:32:24 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r15859 r15870 62 62 """ 63 63 form_fields = grok.AutoFields(ICustomStudentBase).omit( 64 'student_id', 'adm_code', 'suspended') 64 'student_id', 'adm_code', 'suspended', 65 'financially_cleared_by', 'financial_clearance_date') 65 66 66 67 class StudentBaseEditFormPage(NigeriaStudentBaseEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.