Ignore:
Timestamp:
10 Nov 2006, 15:26:31 (18 years ago)
Author:
joachim
Message:

reenabled waeup_tool,
reserve accommodation fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r805 r828  
    5151            info = context.getStudentInfo()
    5252            student = info['student']
    53             if info['review_state'] in ("student_created","admitted"):
     53            if info['review_state'] in ("student_created","admitted") and\
     54            wftool.getInfoFor(info['app'],'review_state',None) == 'created' :
    5455                #student.content_status_modify(workflow_action="enter_clearance_pin")
    5556                wftool.doActionFor(info['app'],'open')
Note: See TracChangeset for help on using the changeset viewer.