Ignore:
Timestamp:
12 Oct 2015, 11:23:12 (9 years ago)
Author:
Henrik Bettermann
Message:

JUPEB students don't need to pay.

File:
1 edited

Legend:

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

    r13309 r13310  
    221221            if p_item is None:
    222222                return _('Study course data are incomplete.'), None
     223            if student.faccode == 'JUPEB':
     224                return _('No payment required.'), None
    223225            if student.faccode == 'FCETA':
    224226                amount = 22500.0
Note: See TracChangeset for help on using the changeset viewer.