Ignore:
Timestamp:
28 Sep 2017, 05:54:18 (7 years ago)
Author:
Henrik Bettermann
Message:

JUPEB students also have to pay acceptance fee.

File:
1 edited

Legend:

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

    r14717 r14855  
    263263            if p_item is None:
    264264                return _('Study course data are incomplete.'), None
    265             if student.faccode == 'JUPEB':
    266                 return _('No payment required.'), None
     265            #if student.faccode == 'JUPEB':
     266            #    return _('No payment required.'), None
    267267            if student.faccode.startswith('FCETA'):
    268268                # ASABA and AKOKA
Note: See TracChangeset for help on using the changeset viewer.