- Timestamp:
- 22 Feb 2007, 16:01:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getAccommodationInfo.py
r1359 r1470 64 64 info['email']=s_brain.email 65 65 info['level']=s_brain.level 66 info['verdict']=s_brain.verdict 66 67 67 68 students_object = context.portal_url.getPortalObject().campus.students … … 75 76 res = context.results_import(matric_no = s_brain.matric_no) 76 77 if res: 77 booking_allowed = res[0].Verdict in ("SUCCESSFUL STUDENT",78 " STUDENT WITH CARRYOVER COURSES",)78 booking_allowed = info['verdict'] in ("A", 79 "B",) 79 80 info['booking_allowed'] = booking_allowed 80 81 if not booking_allowed:
Note: See TracChangeset for help on using the changeset viewer.