- Timestamp:
- 7 Oct 2024, 00:37:03 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17937 r17938 106 106 tech_fee = 0.0 107 107 elif self.context.p_category == 'schoolfee': 108 provider_amt = 6650.0109 tech_fee = 2850.0108 provider_amt = 7000.0 109 tech_fee = 3000.0 110 110 union_due = 1500.0 111 if student.is_fresh:112 provider_amt = 7000.0113 tech_fee = 3000.0114 111 xmldict['institution_acct'] = '1011739172' 115 112 xmldict['tech_acct'] = '0213065415'
Note: See TracChangeset for help on using the changeset viewer.