- Timestamp:
- 4 Aug 2015, 12:14:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/browser.py
r12142 r13187 47 47 UG_OMIT_EDIT_FIELDS = [ 48 48 value for value in UG_OMIT_EDIT_FIELDS 49 if not value in ('jamb_subjects', 'jamb_score' )]49 if not value in ('jamb_subjects', 'jamb_score', 'jamb_reg_number')] 50 50 51 51 PRE_OMIT_EDIT_FIELDS = UG_OMIT_EDIT_FIELDS + [
Note: See TracChangeset for help on using the changeset viewer.