Changeset 1321 for WAeUP_SRP/trunk/skins
- Timestamp:
- 19 Jan 2007, 11:03:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/request_transfer.py
r1319 r1321 1 ## Script (Python) " pay_by_sc"1 ## Script (Python) "request_transfer" 2 2 ##bind container=container 3 3 ##bind context=context … … 70 70 pin = info['order_id'] = ds.get('pin') 71 71 info['type_code'] = "%s" % pin 72 info['type_description'] = ' School FeeSC %s' % pin72 info['type_description'] = 'Transfer Form SC %s' % pin 73 73 payments.invokeFactory('Payment', p_id) 74 74 payment = getattr(payments,p_id) … … 77 77 payment.getContent().edit(mapping=info) 78 78 wftool.doActionFor(payment,'close') 79 wftool.doActionFor(student,'pay_school_fee')80 79 url = "%s/payments" % (student.absolute_url()) 81 80 request.RESPONSE.redirect(url)
Note: See TracChangeset for help on using the changeset viewer.