Changeset 1321 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
19 Jan 2007, 11:03:16 (18 years ago)
Author:
Henrik Bettermann
Message:

no import headline fixed

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"
    22##bind container=container
    33##bind context=context
     
    7070pin = info['order_id'] = ds.get('pin')
    7171info['type_code'] = "%s" % pin
    72 info['type_description'] = 'School Fee SC %s' % pin
     72info['type_description'] = 'Transfer Form SC %s' % pin
    7373payments.invokeFactory('Payment', p_id)
    7474payment = getattr(payments,p_id)
     
    7777payment.getContent().edit(mapping=info)
    7878wftool.doActionFor(payment,'close')
    79 wftool.doActionFor(student,'pay_school_fee')
    8079url = "%s/payments" % (student.absolute_url())
    8180request.RESPONSE.redirect(url)
Note: See TracChangeset for help on using the changeset viewer.