Changeset 1965
- Timestamp:
- 26 Jun 2007, 06:11:42 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r1964 r1965 894 894 return '',"no student with matric_no %s" % matric_no 895 895 editable_keys.remove('matric_no') 896 897 # included only to change wf state from admitted to returning 898 if res[0].review_state != 'admitted': 899 return '%s' % res[0].id ,"student is not in state admitted" 900 # end inclusion 901 896 902 sid = res[0].id 897 903 student_obj = getattr(students_folder,sid)
Note: See TracChangeset for help on using the changeset viewer.