Changeset 15106 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 13 Aug 2018, 06:14:51 (6 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r15002 r15106 251 251 self.browser.open(self.payments_path) 252 252 self.browser.getLink("Add current session payment ticket").click() 253 self.browser.getControl(name="form.p_category").value = ['schoolfee'] 253 254 self.browser.getControl("Create ticket").click() 254 255 self.assertMatches('...Amount could not be determined...', -
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r15094 r15106 231 231 and student.current_mode == 'special_ft': 232 232 amount = 80000.0 233 elif category == 'develop' and student.is_postgrad: 234 amount = academic_session.development_fee 233 235 elif category == 'bed_allocation': 234 236 p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.