Changeset 13512 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 30 Nov 2015, 14:56:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r13438 r13512 218 218 xmldict['joint_venture_amt'] = 100 * joint_venture_amt 219 219 xmldict['aaue_share_amt'] = 100 * aaue_share_amt 220 if self.context.p_category == 'schoolfee_incl':220 if self.context.p_category in ('schoolfee_incl', 'schoolfee_1'): 221 221 # Schoolfee including additional fees 222 222 xmldict['student_union_due_amt'] = 100 * student_union_due_amt
Note: See TracChangeset for help on using the changeset viewer.