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

duplicate workflow transition removed
workflow portlet slightly changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.