Changeset 1117 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 21 Dec 2006, 16:19:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getAccommodationInfo.py
r1100 r1117 50 50 'BARTTHR', 51 51 ) 52 52 pti_certificates = ('BENGIEP', 53 'BENGGCPP', 54 'BENGEEP', 55 'BENGGEP', 56 'BENGPEP', 57 'BENGMEP', 58 ) 53 59 s_brain = res[0] 54 60 students_object = context.portal_url.getPortalObject().campus.students … … 71 77 if s_brain.course in ekehuan_certificates: 72 78 bt += "_ekenhuan" 79 elif s_brain.course in pti_certificates: 80 bt += "_pti" 81 73 82 d['bt'] = bt 74 83 #from Products.zdb import set_trace
Note: See TracChangeset for help on using the changeset viewer.