Ignore:
Timestamp:
15 Jan 2007, 22:46:27 (18 years ago)
Author:
Henrik Bettermann
Message:

duplicate workflow transition removed
workflow portlet slightly changed

Location:
WAeUP_SRP/trunk/skins/waeup_epayment
Files:
2 edited

Legend:

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

    r1303 r1304  
    4242context.getContent().edit(mapping=pd)
    4343wftool.doActionFor(student,'pay_school_fee')
    44 wftool.doActionFor(context,'close')
     44#wftool.doActionFor(context,'close')
    4545
    46 return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url()) 
     46return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url())
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_online.py

    r1303 r1304  
    3333##    logger.info('"%s","certificate not found", "%s"' % (student_id,course))
    3434##    sfc = "ART"
    35 ##else:   
     35##else:
    3636##    sfc = res[0].getPath().split('/')[-4]
    3737info = {}
     
    7171payment.getContent().edit(mapping=d)
    7272wftool.doActionFor(payment,'close')
    73 wftool.doActionFor(student,'pay_school_fee')
     73#wftool.doActionFor(student,'pay_school_fee')
    7474info['callback_url'] = "%s/payments/%s/epayment_cb" % (student.absolute_url(),p_id)
    7575if context.portal_url().find('uniben-demo.waeup.org') >-1 or\
Note: See TracChangeset for help on using the changeset viewer.