Changeset 17977
- Timestamp:
- 18 Dec 2024, 13:29:58 (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17974 r17977 199 199 ## Reenabled on 19/09/23 (ticket #1327) 200 200 ## We overwrite linetems in case of JUPEB students 201 if self.context.student.is_jupeb: 201 if self.context.student.is_jupeb and self.context.p_category in ( 202 'clearance', 'schoolfee', 'schoolfee_1'): 202 203 if self.context.p_category == 'clearance': 203 204 provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.