- Timestamp:
- 6 Jan 2007, 08:28:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getAccommodationInfo.py
r1205 r1210 58 58 ) 59 59 s_brain = res[0] 60 info['matric_no']=s_brain.matric_no 61 info['jamb_reg_no']=s_brain.jamb_reg_no 62 info['name']=s_brain.name 63 info['email']=s_brain.email 64 60 65 students_object = context.portal_url.getPortalObject().campus.students 61 66 res = context.results_import(matric_no = s_brain.matric_no) … … 106 111 bt += "_med" 107 112 113 info['sex']=d['sex'] 114 115 108 116 d['bt'] = bt 109 117 #from Products.zdb import set_trace
Note: See TracChangeset for help on using the changeset viewer.