Changeset 17972 for main/waeup.uniben/trunk/src
- Timestamp:
- 2 Dec 2024, 17:26:10 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17971 r17972 204 204 reduced_inst_amt = 0.7 * inst_amt 205 205 jupeb_amt = 0.3 * inst_amt 206 elif self.context.p_category == 'schoolfee'and \206 elif self.context.p_category in ('schoolfee', 'schoolfee_1') and \ 207 207 not self.context.p_item == 'Balance': 208 208 provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.