Ignore:
Timestamp:
16 Nov 2007, 13:57:40 (17 years ago)
Author:
Henrik Bettermann
Message:

fixed

File:
1 edited

Legend:

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

    r2678 r2679  
    8282next_transition = next_info['next_transition']
    8383next_verdict = next_info['next_verdict']
    84 previous_verdict = next_info['previous_verdict']
     84next_previous_verdict = next_info['next_previous_verdict']
    8585
    8686if  resp == '00':
     
    9494            pass
    9595        verdict = s_brain.verdict
    96         if previous_verdict == 'N/A':
    97             previous_verdict = ''
     96        if next_previous_verdict == 'N/A':
     97            next_previous_verdict = ''
    9898        study_course.getContent().edit(mapping= {'current_level': next_level_id,
    9999                                                 'current_session': next_session_id,
    100100                                                 'current_verdict': next_verdict,
    101                                                  'previous_verdict': previous_verdict,
     101                                                 'previous_verdict': next_previous_verdict,
    102102                                                 })
    103103        if next_transition:
Note: See TracChangeset for help on using the changeset viewer.