- Timestamp:
- 26 Nov 2024, 02:34:19 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17955 r17963 153 153 reduced_inst_amt = 0.0 154 154 lab_amt = 0.0 155 if self.context.p_category == 'schoolfee'and \155 if self.context.p_category in ('schoolfee', 'schoolfee_1') and \ 156 156 not self.context.p_item == 'Balance': 157 157 provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.