Ignore:
Timestamp:
5 Nov 2024, 11:51:11 (16 hours ago)
Author:
Henrik Bettermann
Message:

Add TRC programmes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17949 r17952  
    118118                xmldict['institution_acct'] = '2001627961'
    119119                xmldict['institution_bank_id'] = '8'
    120             elif student.current_mode == 'pde':
     120            elif student.current_mode in ('pde', 'trc'):
    121121                xmldict['institution_acct'] = '1010957205'
    122122                xmldict['institution_bank_id'] = '117'
     
    255255            xmldict['institution_acct'] = '0093658062'
    256256            xmldict['institution_bank_id'] = '121'
    257         if self.context.__parent__.__parent__.prefix in ('pde',):
     257        if self.context.__parent__.__parent__.prefix in ('pde', 'trcdeg', 'trcnce'):
    258258            xmldict['institution_acct'] = '1010957205'
    259259            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.