Changeset 13511 for main


Ignore:
Timestamp:
28 Nov 2015, 09:06:38 (9 years ago)
Author:
Henrik Bettermann
Message:

Allow verdict C and Z students to pay for accommodation booking.

File:
1 edited

Legend:

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

    r13510 r13511  
    193193                amount += 500.0
    194194            elif stage in ('fi', 're') and student[
    195                 'studycourse'].previous_verdict in ('A', 'B'):
     195                'studycourse'].previous_verdict in ('A', 'B', 'C', 'Z'):
    196196                amount += 300.0
    197197            else:
Note: See TracChangeset for help on using the changeset viewer.