Ignore:
Timestamp:
12 Jan 2007, 13:14:45 (18 years ago)
Author:
joachim
Message:

pay_by_sc ready for testing

File:
1 edited

Legend:

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

    r1243 r1283  
    2626    elif context.portal_type == 'StudentClearance':
    2727        return context.clearance_view()
     28    elif context.portal_type == 'PaymentsFolder':
     29        return context.payments_view()
    2830    elif context.portal_type == 'Student':
    2931        return redirect("%s/student_view" % context.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.