- Timestamp:
- 25 Mar 2014, 06:57:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r10707 r11536 118 118 """ 119 119 omit_fields = ('password', 'suspended', 'suspended_comment', 120 'phone', 'adm_code', 'email', 'date_of_birth' )120 'phone', 'adm_code', 'email', 'date_of_birth', 'current_level') 121 121 122 122 @property … … 164 164 """ 165 165 omit_fields = ('password', 'suspended', 'suspended_comment', 166 'phone', 'adm_code', 'sex', 'email', 'date_of_birth' )166 'phone', 'adm_code', 'sex', 'email', 'date_of_birth', 'current_level') 167 167 168 168 class NigeriaOnlinePaymentDisplayFormPage(OnlinePaymentDisplayFormPage): … … 204 204 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 205 205 omit_fields = ('password', 'suspended', 'suspended_comment', 'phone', 206 'adm_code', 'sex', 'email', 'date_of_birth' )206 'adm_code', 'sex', 'email', 'date_of_birth', 'current_level') 207 207 208 208 class NigeriaExportPDFBedTicketSlipPage(ExportPDFBedTicketSlipPage): … … 210 210 """ 211 211 omit_fields = ('password', 'suspended', 'suspended_comment', 212 'phone', 'adm_code', 'email', 'date_of_birth' )212 'phone', 'adm_code', 'email', 'date_of_birth', 'current_level') 213 213 214 214 class StudentPassportActionButton(StudentPassportActionButton):
Note: See TracChangeset for help on using the changeset viewer.