- Timestamp:
- 27 Mar 2020, 08:05:51 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15999 r16047 118 118 self.pay_item_id = '102' 119 119 if self.context.p_category == 'registration': 120 provider_amt = 5000.0 121 if self.context.p_category in ( 122 'schoolfee', 'schoolfee40') and student.is_jupeb: 120 123 provider_amt = 5000.0 121 124 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.