Changeset 14987 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 23 Apr 2018, 07:36:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14980 r14987 272 272 xmldict['institution_amt'] = 100 * ( 273 273 gateway_net_amt(self.context.amount_auth)) 274 elif self.context.p_category in ('schoolfee_incl', 'schoolfee_1'): 274 elif self.context.p_category in ('schoolfee_incl', 'schoolfee_1') \ 275 and student.current_mode != 'ijmbe': 275 276 # Schoolfee including additional fees 276 277 xmldict['student_union_due_amt'] = 100 * student_union_due_amt
Note: See TracChangeset for help on using the changeset viewer.