Changeset 17620 for main/kofacustom.unidel
- Timestamp:
- 22 Oct 2023, 17:11:09 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17618 r17620 91 91 if student.current_mode in ('ug_ft', 'de_ft'): 92 92 xmldict['institution_acct'] = '1216063205' 93 if self.context.p_item != 'Balance': 94 tech_fee = 18000.0 93 tech_fee = 18000.0 95 94 xmldict['tech_acct'] = '0092304647' 96 95 xmldict['tech_bank_id'] = '121' … … 101 100 if student.faccode == 'IJMB': 102 101 xmldict['institution_acct'] = '0093658062' 102 if self.context.p_item == 'Balance': 103 provider_amt = 0.0 104 tech_fee = 0.0 103 105 elif self.context.p_category == 'schoolfee': 104 106 provider_amt = 2800.0 105 if self.context.p_item != 'Balance': 106 tech_fee = 1200.0 107 tech_fee = 1200.0 107 108 xmldict['institution_acct'] = '1011739172' 108 109 xmldict['tech_acct'] = '0213065415' … … 122 123 xmldict['institution_acct'] = '2001627961' 123 124 xmldict['institution_bank_id'] = '8' 125 if self.context.p_item == 'Balance': 126 provider_amt = 0.0 127 tech_fee = 0.0 124 128 elif self.context.p_category == 'hostel_maintenance': 125 129 xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.