- Timestamp:
- 29 Oct 2012, 13:06:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r9378 r9458 105 105 """Deliver a PDF slip of the context. 106 106 """ 107 omit_fields = ('password', 'suspended', 'phone', 'adm_code', ' sex', 'email')107 omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'email') 108 108 109 109 @property … … 190 190 """Deliver a PDF slip of the context. 191 191 """ 192 omit_fields = ('password', 'suspended', 'phone', 'adm_code', ' sex', 'email')192 omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'email') 193 193 194 194 class StudentPassportActionButton(StudentPassportActionButton):
Note: See TracChangeset for help on using the changeset viewer.