Changeset 12471
- Timestamp:
- 15 Jan 2015, 04:44:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r11765 r12471 84 84 xmldict['institution_bank_id'] = '8' 85 85 elif student.current_mode in ('dp_ft','dp_pt','ct_pt','ct_ft'): 86 xmldict['institution_acct'] = '00 09598853'87 xmldict['institution_bank_id'] = ' 17'86 xmldict['institution_acct'] = '0058653774' 87 xmldict['institution_bank_id'] = '72' 88 88 elif student.current_mode in ('pg_ft'): 89 89 xmldict['institution_acct'] = '6230033428' … … 95 95 xmldict['institution_bank_id'] = '16' 96 96 elif student.current_mode in ('pg_pt', 'special_pg_pt'): 97 xmldict['institution_acct'] = ' 1013766956'98 xmldict['institution_bank_id'] = ' 117'97 xmldict['institution_acct'] = '4150033274' 98 xmldict['institution_bank_id'] = '51' 99 99 elif self.context.p_category == 'clearance': 100 100 self.pay_item_id = '5702' … … 112 112 elif self.context.p_category.startswith('hostel_maintenance'): 113 113 self.pay_item_id = '5705' 114 xmldict['institution_bank_id'] = '1 7'115 xmldict['institution_acct'] = '00 09598925'114 xmldict['institution_bank_id'] = '129' 115 xmldict['institution_acct'] = '0014419432' 116 116 117 117 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.