Changeset 13571


Ignore:
Timestamp:
8 Jan 2016, 12:58:27 (9 years ago)
Author:
Henrik Bettermann
Message:

Disable postgrad matric number generation.

File:
1 edited

Legend:

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

    r13534 r13571  
    5959        if not student.state in (PAID, ) or not student.is_fresh or \
    6060            student.current_mode == 'found':
     61            return _('Matriculation number cannot be set.'), None
     62        if student.is_postgrad:
    6163            return _('Matriculation number cannot be set.'), None
    6264        if student.current_mode in ('ug_pt', 'de_pt'):
Note: See TracChangeset for help on using the changeset viewer.