Changeset 17682 for main/kofacustom.unidel/trunk
- Timestamp:
- 29 Jan 2024, 09:01:58 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17646 r17682 94 94 xmldict['tech_acct'] = '0092304647' 95 95 xmldict['tech_bank_id'] = '121' 96 elif student.current_mode.startswith('dp'): 97 xmldict['institution_acct'] = '1011431799' 96 98 if student.faccode in ('PRE', 'JUPEB'): 97 99 xmldict['institution_acct'] = '1011431799' 98 if student.current_mode.startswith('dp'): 99 xmldict['institution_acct'] = '1011431799' 100 if student.faccode == 'IJMB': 100 elif student.faccode == 'IJMB': 101 101 xmldict['institution_acct'] = '0093658062' 102 102 xmldict['institution_bank_id'] = '121' … … 110 110 xmldict['tech_acct'] = '0213065415' 111 111 xmldict['tech_bank_id'] = '47' 112 if student.current_mode.startswith('dp'): 113 xmldict['institution_acct'] = '2001627961' 114 xmldict['institution_bank_id'] = '8' 112 115 if student.faccode in ('PRE', 'JUPEB'): 113 116 xmldict['institution_acct'] = '2001627961' 114 117 xmldict['institution_bank_id'] = '8' 115 if student.faccode == 'DELSU':118 elif student.faccode == 'DELSU': 116 119 xmldict['institution_acct'] = '1011036493' 117 if student.faccode == 'NCE':120 elif student.faccode == 'NCE': 118 121 xmldict['institution_acct'] = '1011274462' 119 122 provider_amt = 4000.0 120 123 tech_fee = 0.0 121 if student.faccode == 'IJMB':124 elif student.faccode == 'IJMB': 122 125 xmldict['institution_acct'] = '0093658062' 123 126 xmldict['institution_bank_id'] = '121' 124 if student.current_mode.startswith('dp'): 125 xmldict['institution_acct'] = '2001627961' 126 xmldict['institution_bank_id'] = '8' 127 elif student.faccode in ('FMED', 'FBM'): 128 xmldict['institution_acct'] = '1011274462' 127 129 if self.context.p_item == 'Balance': 128 130 provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.