Ignore:
Timestamp:
2 Dec 2015, 09:18:12 (9 years ago)
Author:
Henrik Bettermann
Message:

Add verdicts F and J.

File:
1 edited

Legend:

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

    r13511 r13522  
    7878        stage = bt.split('_')[2]
    7979        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'):
    8181            return _("Your are not eligible to book accommodation.")
    8282        if str(acc_details[
     
    193193                amount += 500.0
    194194            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'):
    196196                amount += 300.0
    197197            else:
Note: See TracChangeset for help on using the changeset viewer.