- Timestamp:
- 16 Jan 2009, 10:26:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r3846 r3847 921 921 if len(student_record) < 1: 922 922 err = 'No student record with this registration number' 923 elif self.catalog == "students_catalog" and student_record[0].review_state not in ('student_created','admitted'):924 err = 'Admission checking not allowed (wrong registration state)'923 #elif self.catalog == "students_catalog" and student_record[0].review_state not in ('student_created','admitted'): 924 # err = 'Admission checking not allowed (wrong registration state)' 925 925 else: 926 926 datastructure['pume'] = student_record[0]
Note: See TracChangeset for help on using the changeset viewer.