Ignore:
Timestamp:
16 Jan 2009, 10:26:02 (16 years ago)
Author:
Henrik Bettermann
Message:

first attempt to depopulate CRPU office

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r3846 r3847  
    921921            if len(student_record) < 1:
    922922                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)'
    925925            else:
    926926                datastructure['pume'] = student_record[0]
Note: See TracChangeset for help on using the changeset viewer.