- Timestamp:
- 16 Oct 2024, 17:53:21 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17938 r17945 108 108 provider_amt = 7000.0 109 109 tech_fee = 3000.0 110 union_due = 1500.0111 110 xmldict['institution_acct'] = '1011739172' 112 111 xmldict['tech_acct'] = '0213065415' … … 114 113 xmldict['union_acct'] = '1011438901' 115 114 xmldict['union_bank_id'] = '117' 115 if student.current_mode == 'ug_ft': 116 union_due = 1500.0 116 117 if student.current_mode.startswith('dp'): 117 118 xmldict['institution_acct'] = '2001627961'
Note: See TracChangeset for help on using the changeset viewer.