Changeset 2005 for WAeUP_SRP/trunk


Ignore:
Timestamp:
10 Jul 2007, 04:57:53 (17 years ago)
Author:
Henrik Bettermann
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_by_sc.py

    r1856 r2005  
    3636session = s_brain.session
    3737next_session, next_session_str = context.getNextSessionId(session)
    38 amount,description = context.getSchoolFee(s_brain.faculty)
     38amount,description = context.getSchoolFee(s_brain.faculty,session)
    3939validate = request.has_key("cpsdocument_create_button")
    4040res,psm,ds = lt.renderLayout(layout_id= 'student_schoolfee',
Note: See TracChangeset for help on using the changeset viewer.