Changeset 14980 for main/waeup.aaue


Ignore:
Timestamp:
3 Apr 2018, 06:10:38 (7 years ago)
Author:
Henrik Bettermann
Message:

Revert to original SUG accounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r14979 r14980  
    233233                student_welfare_assurance_amt = gateway_net_amt(
    234234                    academic_session.welfare_fee)
    235                 xmldict['student_union_bank_id'] = '117'
    236                 xmldict['student_union_acct'] = '1010827641'
     235                xmldict['student_union_bank_id'] = '31'
     236                xmldict['student_union_acct'] = '0051005007'
    237237                xmldict['aaue_share_bank_id'] = '117'
    238238                xmldict['aaue_share_acct'] = '1010827641'
     
    252252                student_welfare_assurance_amt = gateway_net_amt(
    253253                    academic_session.welfare_fee)
    254                 xmldict['student_union_bank_id'] = '117'
    255                 xmldict['student_union_acct'] = '1010827641'
     254                xmldict['student_union_bank_id'] = '7'
     255                xmldict['student_union_acct'] = '1019763348'
    256256                xmldict['aaue_share_bank_id'] = '117'
    257257                xmldict['aaue_share_acct'] = '1010827641'
     
    354354            xmldict['institution_amt'] = 100 * (
    355355                gateway_net_amt(self.context.amount_auth))
     356            if contr_agreement_student(student) == 'first':
     357                # First agreement
     358                xmldict['institution_acct'] = '0051005007'
     359                xmldict['institution_bank_id'] = '31'
     360            else:
     361                # Second agreement
     362                xmldict['institution_bank_id'] = '7'
     363                xmldict['institution_acct'] = '1019763348'
    356364
    357365        # Lapel/File
Note: See TracChangeset for help on using the changeset viewer.