- Timestamp:
- 9 Apr 2025, 10:10:39 (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r16008 r18057 85 85 xmldict['institution_item_name'] = self.category 86 86 xmldict['institution_name'] = INSTITUTION_NAME 87 if self.context.p_category in ('schoolfee', 'third_semester' ):87 if self.context.p_category in ('schoolfee', 'third_semester', 'reg2sandwich'): 88 88 self.pay_item_id = '8302' 89 89 elif 'maintenance' in self.context.p_category: … … 93 93 provider_amt = 0.0 94 94 self.pay_item_id = '8304' 95 if self.context.p_item == 'Balance' or self.context.p_category == 'third_semester':95 if self.context.p_item == 'Balance' or self.context.p_category in ('third_semester', 'reg2sandwich'): 96 96 provider_amt = 0.0 97 97 xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.