Changeset 3705 for WAeUP_SRP/trunk/WAeUPTool.py
- Timestamp:
- 2 Oct 2008, 09:10:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r3681 r3705 971 971 self.with_timing = with_timing 972 972 973 if brain.screening_type in ('cest','sandwich',): 974 reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session) 975 else: 976 reg_no = brain.reg_no 977 973 978 #ignore argument entry_session 974 979 if not brain.entry_session: … … 979 984 self._v_certificates = self.getCertificatesDict() 980 985 students_folder = self.portal_url.getPortalObject().campus.students 981 if brain.screening_type in ('cest','sandwich',): 982 reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session) 983 else: 984 reg_no = brain.reg_no 986 985 987 res = self.students_catalog(jamb_reg_no = reg_no) 986 988 if res:
Note: See TracChangeset for help on using the changeset viewer.