Changeset 14615 for main/waeup.aaue
- Timestamp:
- 9 Mar 2017, 09:34:56 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r14593 r14615 134 134 year = unicode(student.entry_session)[2:] 135 135 if not student.state in (PAID, ) or not student.is_fresh or \ 136 student.current_mode == 'found':136 student.current_mode in ('found', 'ijmbe'): 137 137 return _('Matriculation number cannot be set.'), None 138 138 #if student.current_mode not in ('mug_ft', 'mde_ft') and \
Note: See TracChangeset for help on using the changeset viewer.