- Timestamp:
- 28 Apr 2008, 10:05:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r3434 r3472 163 163 reg_no = ds.get('reg_no') 164 164 info['reg_no'] = reg_no 165 brains = context.applicants_catalog(reg_no = reg_no )165 brains = context.applicants_catalog(reg_no = reg_no.upper()) 166 166 if len(brains) == 1: 167 167 for field in context.applicants_catalog.schema():
Note: See TracChangeset for help on using the changeset viewer.