Changeset 16822 for main/waeup.aaue


Ignore:
Timestamp:
21 Feb 2022, 18:11:40 (3 years ago)
Author:
Henrik Bettermann
Message:

Add faculty FMLS to list of CMS matric numbers.

File:
1 edited

Legend:

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

    r16708 r16822  
    222222        if next_integer == 0:
    223223            return _('Matriculation number cannot be set.'), None
    224         if student.faccode in ('FBM', 'FCS'):
     224        if student.faccode in ('FBM', 'FCS', 'FMLS'):
    225225            return None, "CMS/%s/%s/%s/%05d" % (
    226226                faccode, depcode, year, next_integer)
Note: See TracChangeset for help on using the changeset viewer.