Changeset 17708 for main/waeup.uniben/trunk/src/waeup/uniben/remita
- Timestamp:
- 29 Feb 2024, 11:54:11 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17592 r17708 147 147 provider_amt = self.dynamic_provider_amt(self.context.student) 148 148 if self.context.student.current_mode == 'ug_ft': 149 student_union = 1000.0149 student_union = 2500.0 150 150 elif self.context.p_category == 'clearance': 151 151 provider_amt = self.dynamic_provider_amt(self.context.student)
Note: See TracChangeset for help on using the changeset viewer.