Changeset 14855 for main/waeup.uniben/trunk/src
- Timestamp:
- 28 Sep 2017, 05:54:18 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r14717 r14855 263 263 if p_item is None: 264 264 return _('Study course data are incomplete.'), None 265 if student.faccode == 'JUPEB':266 return _('No payment required.'), None265 #if student.faccode == 'JUPEB': 266 # return _('No payment required.'), None 267 267 if student.faccode.startswith('FCETA'): 268 268 # ASABA and AKOKA
Note: See TracChangeset for help on using the changeset viewer.