Changeset 17454
- Timestamp:
- 25 Jun 2023, 07:09:00 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17374 r17454 146 146 not self.context.p_item == 'Balance': 147 147 provider_amt = self.dynamic_provider_amt(self.context.student) 148 if self.context.student.current_mode == 'cdl':149 provider_amt = 7500.0150 148 if self.context.student.current_mode == 'ug_ft': 151 149 student_union = 1000.0 … … 344 342 provider_amt = 500.0 345 343 if applicant.__parent__.prefix == 'cdl': 346 provider_amt = 3500.0344 provider_amt = 0.0 347 345 if applicant.__parent__.prefix == 'cbt': 348 346 provider_amt = 300.0
Note: See TracChangeset for help on using the changeset viewer.