Changeset 3472 for WAeUP_SRP


Ignore:
Timestamp:
28 Apr 2008, 10:05:41 (17 years ago)
Author:
joachim
Message:

fix for #540

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_admission.py

    r3434 r3472  
    163163        reg_no = ds.get('reg_no')
    164164info['reg_no'] = reg_no
    165 brains = context.applicants_catalog(reg_no = reg_no)
     165brains = context.applicants_catalog(reg_no = reg_no.upper())
    166166if len(brains) == 1:
    167167    for field in context.applicants_catalog.schema():
Note: See TracChangeset for help on using the changeset viewer.