Changeset 3256


Ignore:
Timestamp:
29 Feb 2008, 06:51:46 (17 years ago)
Author:
Henrik Bettermann
Message:

see #493

Location:
WAeUP_SRP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/pay_by_sc.py

    r2891 r3256  
    105105    info['type'] = 'sc'
    106106    info['status'] = 'paid'
    107     info['session_id'] = student_record.session
     107    info['session_id'] = next_session_id
    108108    info['item'] = student_record.course
    109109    info['category'] = 'schoolfee'
  • WAeUP_SRP/uniben/waeup_custom/pay_interswitch.py

    r2914 r3256  
    6969info['student_name'] = student_record.name
    7070info['student_email'] = student_record.email
    71 info['session_id'] = student_record.session   # this holds only for new students
     71info['session_id'] = student_record.session   # this holds only for new students und must be replaced when also previous session students will pay online !!!!!!
    7272info['type'] = 'online'
    7373info['status'] = 'started'
Note: See TracChangeset for help on using the changeset viewer.