Changeset 17884 for main/kofacustom.iuokada
- Timestamp:
- 10 Aug 2024, 21:31:06 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r17854 r17884 69 69 """ 70 70 form_fields = grok.AutoFields(ICustomStudentBase).omit( 71 'password', 'suspended', 'suspended_comment', 'flash_notice') 71 'password', 'suspended', 'suspended_comment', 'flash_notice', 72 'financially_cleared_by', 'financial_clearance_date', 73 'finally_cleared_by', 'final_clearance_date') 72 74 73 75 class CustomStudentBaseManageFormPage(NigeriaStudentBaseManageFormPage): … … 76 78 form_fields = grok.AutoFields(ICustomStudentBase).omit( 77 79 'student_id', 'adm_code', 'suspended', 78 'financially_cleared_by', 'financial_clearance_date') 80 'financially_cleared_by', 'financial_clearance_date', 81 'finally_cleared_by', 'final_clearance_date') 79 82 80 83 class StudentBaseEditFormPage(NigeriaStudentBaseEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.