Changeset 14640 for main/kofacustom.coewarri
- Timestamp:
- 21 Mar 2017, 13:37:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r14344 r14640 75 75 xmldict['provider_bank_id'] = PROVIDER_BANK_ID 76 76 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 77 provider_amt = 500.077 provider_amt = 0.0 78 78 # Institution data 79 79 xmldict['institution_acct'] = '1019684470' … … 83 83 if self.context.p_category == 'clearance': 84 84 self.pay_item_id = '102' 85 provider_amt = 500.0 85 86 elif self.context.p_category.startswith('schoolfee'): 86 87 self.pay_item_id = '103' 87 if self.context.p_category in ('schoolfee', 'schoolfee_1'): 88 if self.context.p_category in ('schoolfee', 'schoolfee_1') \ 89 and not self.context.p_item == 'Balance': 88 90 provider_amt = 4000.0 89 91 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.