Changeset 13522 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 2 Dec 2015, 09:18:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13511 r13522 78 78 stage = bt.split('_')[2] 79 79 if stage != 'fr' and not student[ 80 'studycourse'].previous_verdict in ('A', 'B', ' C', 'Z'):80 'studycourse'].previous_verdict in ('A', 'B', 'F', 'J', 'C', 'Z'): 81 81 return _("Your are not eligible to book accommodation.") 82 82 if str(acc_details[ … … 193 193 amount += 500.0 194 194 elif stage in ('fi', 're') and student[ 195 'studycourse'].previous_verdict in ('A', 'B', ' C', 'Z'):195 'studycourse'].previous_verdict in ('A', 'B', 'F', 'J', 'C', 'Z'): 196 196 amount += 300.0 197 197 else:
Note: See TracChangeset for help on using the changeset viewer.