Changeset 13310 for main/waeup.uniben/trunk
- Timestamp:
- 12 Oct 2015, 11:23:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13309 r13310 221 221 if p_item is None: 222 222 return _('Study course data are incomplete.'), None 223 if student.faccode == 'JUPEB': 224 return _('No payment required.'), None 223 225 if student.faccode == 'FCETA': 224 226 amount = 22500.0
Note: See TracChangeset for help on using the changeset viewer.