Changeset 16822 for main/waeup.aaue
- Timestamp:
- 21 Feb 2022, 18:11:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r16708 r16822 222 222 if next_integer == 0: 223 223 return _('Matriculation number cannot be set.'), None 224 if student.faccode in ('FBM', 'FCS' ):224 if student.faccode in ('FBM', 'FCS', 'FMLS'): 225 225 return None, "CMS/%s/%s/%s/%05d" % ( 226 226 faccode, depcode, year, next_integer)
Note: See TracChangeset for help on using the changeset viewer.