Changeset 15439 for main/kofacustom.coewarri
- Timestamp:
- 29 May 2019, 12:07:27 (5 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r15381 r15439 64 64 65 65 def warnCreditsOOR(self, studylevel, course=None): 66 """Return message if credits are out of range. In the base 67 package only maximum credits is set. 66 """Return message if credits are out of range. 68 67 """ 69 68 if studylevel.student.current_mode == 'nce_ft': -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/utils/utils.py
r15292 r15439 72 72 } 73 73 74 SELECTABLE_PAYMENT_CATEGORIES = deepcopy(PAYMENT_CATEGORIES) 74 def selectable_payment_categories(self, student): 75 return self.PAYMENT_CATEGORIES 75 76 76 77 DISABLE_PAYMENT_GROUP_DICT = {
Note: See TracChangeset for help on using the changeset viewer.