- Timestamp:
- 4 Oct 2022, 11:45:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17063 r17114 91 91 xmldict['institution_acct'] = '1216063205' 92 92 xmldict['institution_bank_id'] = '117' 93 if student.is_jupeb: 94 xmldict['institution_acct'] = '1011431799' 93 95 if self.context.p_category == 'schoolfee': 94 96 provider_amt = 2800.0 … … 96 98 xmldict['institution_acct'] = '1011739172' 97 99 xmldict['institution_bank_id'] = '117' 100 if self.context.student.current_mode.startswith('dp_'): 101 pass # probably different account?! 98 102 if self.context.p_category == 'hostel_maintenance': 99 103 xmldict['institution_acct'] = '1012551384' … … 184 188 xmldict['institution_acct'] = '1216063205' 185 189 xmldict['institution_bank_id'] = '117' 186 if self.context.__parent__.__parent__.prefix in ('pre', 'jupeb'): 190 if self.context.__parent__.__parent__.prefix in ( 191 'pre', 'jupeb', 'dp_ft', 'dp_pt'): 187 192 xmldict['institution_acct'] = '1011431799' 188 193 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.