Ignore:
Timestamp:
8 Jan 2007, 17:39:17 (18 years ago)
Author:
joachim
Message:

more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/student_index.py

    r1238 r1243  
    2626    elif context.portal_type == 'StudentClearance':
    2727        return context.clearance_view()
    28     elif context.portal_type == 'PaymentsFolder':
    29         return context.payments_view()
    3028    elif context.portal_type == 'Student':
    3129        return redirect("%s/student_view" % context.absolute_url())
    3230    return redirect("%s/waeup_document_view" % context.absolute_url())
    3331if context.isStudent():
     32    if context.portal_type == 'PaymentsFolder':
     33        return context.payments_view()
    3434    students_url = "%s/campus/students" % (context.portal_url())
    3535    id = str(member)
Note: See TracChangeset for help on using the changeset viewer.