Changeset 17147 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 28 Oct 2022, 17:54:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17140 r17147 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.0 148 150 if self.context.student.current_mode == 'ug_ft': 149 151 student_union = 1000.0 … … 325 327 if applicant.__parent__.prefix == 'pude': 326 328 provider_amt = 500.0 329 if applicant.__parent__.prefix == 'cdl': 330 provider_amt = 3500.0 327 331 if applicant.__parent__.prefix == 'cbt': 328 332 provider_amt = 300.0
Note: See TracChangeset for help on using the changeset viewer.