- Timestamp:
- 11 Sep 2009, 16:01:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r4302 r4532 955 955 956 956 if brain.screening_type in ('cest','sandwich',): 957 reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session) 957 if brain.course1: 958 reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session) 959 else: 960 reg_no = "%s%s/%s" % (brain.course_admitted[:3],brain.serial,brain.entry_session) 958 961 else: 959 962 reg_no = brain.reg_no
Note: See TracChangeset for help on using the changeset viewer.