Changeset 5213 for WAeUP_SRP/trunk


Ignore:
Timestamp:
4 Jun 2010, 21:01:24 (14 years ago)
Author:
Henrik Bettermann
Message:

revert to revision 5196, see futminna #107

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py

    r5197 r5213  
    165165    xmldict['fut_acct'] = "2522040000134"
    166166    xmldict['bank_id'] = '8'
    167 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'):
    168     #xmldict['fut_acct'] = "0030001000017110"
    169     #xmldict['bank_id'] = '89'
    170 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'):
    171     #xmldict['fut_acct'] = "0591201005146"
    172     #xmldict['bank_id'] = '101'
    173 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'):
    174     #xmldict['fut_acct'] = "6013803345"
    175     #xmldict['bank_id'] = '117'
    176 #elif student_record.review_state == 'returning' and student_record.level in ('100','110'):   
    177     #xmldict['fut_acct'] = "0591201005146"
    178     #xmldict['bank_id'] = '101'
    179 #elif student_record.level in ('200','210'):
    180     #xmldict['fut_acct'] = "6013803345"
    181     #xmldict['bank_id'] = '117' 
    182 #elif student_record.level in ('300','310'):
    183     #xmldict['fut_acct'] = "2522040000134"
    184     #xmldict['bank_id'] = '8' 
    185 #elif student_record.level in ('400','410','500','510','600'):
    186     #xmldict['fut_acct'] = "02530040000664"
    187     #xmldict['bank_id'] = '7'   
     167elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'):
     168    xmldict['fut_acct'] = "0030001000017110"
     169    xmldict['bank_id'] = '89'
     170elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'):
     171    xmldict['fut_acct'] = "0591201005146"
     172    xmldict['bank_id'] = '101'
     173elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'):
     174    xmldict['fut_acct'] = "6013803345"
     175    xmldict['bank_id'] = '117'
     176elif student_record.review_state == 'returning' and student_record.level in ('100','110'):   
     177    xmldict['fut_acct'] = "0591201005146"
     178    xmldict['bank_id'] = '101'
     179elif student_record.level in ('200','210'):
     180    xmldict['fut_acct'] = "6013803345"
     181    xmldict['bank_id'] = '117' 
     182elif student_record.level in ('300','310'):
     183    xmldict['fut_acct'] = "2522040000134"
     184    xmldict['bank_id'] = '8' 
     185elif student_record.level in ('400','410','500','510','600'):
     186    xmldict['fut_acct'] = "02530040000664"
     187    xmldict['bank_id'] = '7'   
    188188#remedial students
    189189#elif student_record.level in ('000'):
     
    191191    #xmldict['bank_id'] = '0'     
    192192else:
    193     xmldict['fut_acct'] = "0030001000017110"
    194     xmldict['bank_id'] = '89'
     193    xmldict['fut_acct'] = "0000000000000"
     194    xmldict['bank_id'] = '0'
    195195
    196196
Note: See TracChangeset for help on using the changeset viewer.