Ignore:
Timestamp:
11 Oct 2006, 18:08:17 (18 years ago)
Author:
joachim
Message:

accommodation_view and slip

File:
1 edited

Legend:

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

    r654 r658  
    7979    member.setProperties(last_login_time=current,login_time=current)
    8080    if info['review_state'] == "application_pin_entered":
    81         #wftool.doActionFor(info['app'],'open',dest_container=info['app'])
     81        wftool.doActionFor(info['app'],'open',dest_container=info['app'])
    8282        return response.redirect("%s/passport_entry_view" % student.absolute_url())
    8383    return response.redirect("%s" % student.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.