Changeset 15701 for main/kofacustom.iuokada/trunk/src
- Timestamp:
- 24 Oct 2019, 10:11:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r15686 r15701 45 45 package only maximum credits is set. 46 46 """ 47 if course and studylevel.total_credits + course.credits > 120:47 if course and studylevel.total_credits + course.credits > 54: 48 48 return _('Maximum credits exceeded.') 49 elif studylevel.total_credits > 120:49 elif studylevel.total_credits > 54: 50 50 return _('Maximum credits exceeded.') 51 51 return
Note: See TracChangeset for help on using the changeset viewer.