Changeset 16919 for main/waeup.fceokene/trunk/src/waeup
- Timestamp:
- 13 Apr 2022, 08:43:11 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/remita/browser.py
r16912 r16919 82 82 provider_amt = 1600.0 83 83 if self.context.p_item == 'Balance' or self.context.p_category in ( 84 'clearance', 'hostel_maintenance', 'third_semester'): 84 'clearance', 'hostel_maintenance', 'third_semester', 85 'schoolfee_third'): 85 86 provider_amt = 0.0 86 87 inst_amt = self.context.amount_auth - provider_amt
Note: See TracChangeset for help on using the changeset viewer.