Changeset 17691 for main/kofacustom.unidel/trunk
- Timestamp:
- 1 Feb 2024, 07:32:29 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17662 r17691 44 44 elif studylevel.total_credits > 48: 45 45 return _('Maximum credits exceeded.') 46 elif studylevel.total_credits < 30:47 return _('Minimum credits not reached.')46 #elif studylevel.total_credits < 30: 47 # return _('Minimum credits not reached.') 48 48 return 49 49
Note: See TracChangeset for help on using the changeset viewer.