Changeset 15392 for main/waeup.uniben


Ignore:
Timestamp:
12 Apr 2019, 08:53:19 (5 years ago)
Author:
Henrik Bettermann
Message:

Referred students should be able to book accommodation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r15363 r15392  
    7979        if not student.is_postgrad and stage != 'fr' and not student[
    8080            'studycourse'].previous_verdict in (
    81                 'A', 'B', 'F', 'J', 'M', 'C', 'Z'):
     81                'A', 'B', 'F', 'J', 'L', 'M', 'C', 'Z'):
    8282            return _("Your are not eligible to book accommodation.")
    8383        bsession = str(acc_details['booking_session'])
Note: See TracChangeset for help on using the changeset viewer.