Changeset 14343 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 14 Dec 2016, 13:57:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r14328 r14343 79 79 if not student.is_postgrad and stage != 'fr' and not student[ 80 80 'studycourse'].previous_verdict in ( 81 'A', 'B', 'F', 'J', 'M' 'C', 'Z'):81 'A', 'B', 'F', 'J', 'M', 'C', 'Z'): 82 82 return _("Your are not eligible to book accommodation.") 83 83 if str(acc_details[ … … 207 207 amount += 500.0 208 208 elif stage in ('fi', 're') and student[ 209 'studycourse'].previous_verdict in ('A', 'B', 'F', 'J', 'C', 'Z'): 209 'studycourse'].previous_verdict in ( 210 'A', 'B', 'F', 'J', 'M', 'C', 'Z'): 210 211 amount += 300.0 211 212 else:
Note: See TracChangeset for help on using the changeset viewer.