Changeset 5416 for WAeUP_SRP


Ignore:
Timestamp:
10 Aug 2010, 12:52:06 (14 years ago)
Author:
Henrik Bettermann
Message:

fees paid by repeaters should go into the sandwich account

File:
1 edited

Legend:

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

    r4437 r5416  
    140140    xmldict['fceokene_acct'] = "6216801025"
    141141    xmldict['bank_id'] = '117'
     142elif student_record.mode in ('ug_ft',) and brain.verdict == 'M':
     143    xmldict['fceokene_acct'] = "6216801025"
     144    xmldict['bank_id'] = '117'
    142145elif student_record.mode in ('ug_ft',):
    143146    xmldict['fceokene_acct'] = "6216801033"
     
    169172
    170173return context.goto_interswitch_form(info=info)
     174
Note: See TracChangeset for help on using the changeset viewer.