Ignore:
Timestamp:
8 Jul 2007, 21:21:12 (17 years ago)
Author:
Henrik Bettermann
Message:

REINSTATEMENT verdict added
student_application.xml: date format changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r1991 r1998  
    742742
    743743
    744     # all workflow transitions refer to students in state returning
    745744    student_field2types = {   ###(
    746745                      'StudentApplication':
     
    844843        transition = mapping.get('reg_transition','admit')
    845844        if transition not in ('admit','return'):
    846             transition = 'admit'       
     845            transition = 'admit'
    847846        for pt in f2t.keys():
    848847            student_obj.invokeFactory(pt,f2t[pt]['id'])
Note: See TracChangeset for help on using the changeset viewer.