Ignore:
Timestamp:
24 Nov 2010, 10:57:04 (14 years ago)
Author:
Henrik Bettermann
Message:

Make hostel fee payments approvable.

File:
1 edited

Legend:

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

    r3467 r5594  
    3333session = s_brain.session
    3434
    35 next_info = context.getNextInfo(s_brain)
    36 next_session_id = next_info['next_session_id']
    37 next_session_str = next_info['next_session_str']
    38 next_level_id = next_info['next_level_id']
    39 next_transition = next_info['next_transition']
    40 next_verdict = next_info['next_verdict']
    41 
    4235pd = {}
    4336doc = context.getContent()
     
    4841
    4942if doc.category == 'schoolfee':
     43    next_info = context.getNextInfo(s_brain)
     44    next_session_id = next_info['next_session_id']
     45    next_session_str = next_info['next_session_str']
     46    next_level_id = next_info['next_level_id']
     47    next_transition = next_info['next_transition']
     48    next_verdict = next_info['next_verdict']   
    5049    study_course = getattr(student,'study_course')
    5150    try:
Note: See TracChangeset for help on using the changeset viewer.