Changeset 16943 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 2 May 2022, 06:54:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16942 r16943 362 362 xmldict['joint_venture_amt'] = 100 * joint_venture_amt 363 363 xmldict['aaue_share_amt'] = 100 * aaue_share_amt 364 xmldict['lms_sund_amt'] = 100 * lms_sund_amt 364 365 if self.context.p_item == 'Balance': 365 366 xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.