Changeset 15392 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 12 Apr 2019, 08:53:19 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r15363 r15392 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', 'L', 'M', 'C', 'Z'): 82 82 return _("Your are not eligible to book accommodation.") 83 83 bsession = str(acc_details['booking_session'])
Note: See TracChangeset for help on using the changeset viewer.