Changeset 2005
- Timestamp:
- 10 Jul 2007, 04:57:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/pay_by_sc.py
r1856 r2005 36 36 session = s_brain.session 37 37 next_session, next_session_str = context.getNextSessionId(session) 38 amount,description = context.getSchoolFee(s_brain.faculty )38 amount,description = context.getSchoolFee(s_brain.faculty,session) 39 39 validate = request.has_key("cpsdocument_create_button") 40 40 res,psm,ds = lt.renderLayout(layout_id= 'student_schoolfee',
Note: See TracChangeset for help on using the changeset viewer.