Ignore:
Timestamp:
8 Dec 2016, 07:10:10 (8 years ago)
Author:
Henrik Bettermann
Message:

Add M (reinstatement) to the verdicts that can book hostel accommodation.

File:
1 edited

Legend:

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

    r14289 r14328  
    7878        stage = bt.split('_')[2]
    7979        if not student.is_postgrad and stage != 'fr' and not student[
    80             'studycourse'].previous_verdict in ('A', 'B', 'F', 'J', 'C', 'Z'):
     80            'studycourse'].previous_verdict in (
     81                'A', 'B', 'F', 'J', 'M' 'C', 'Z'):
    8182            return _("Your are not eligible to book accommodation.")
    8283        if str(acc_details[
Note: See TracChangeset for help on using the changeset viewer.