- Timestamp:
- 17 Nov 2017, 16:12:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r14898 r14902 263 263 if p_item is None: 264 264 return _('Study course data are incomplete.'), None 265 if student. faccode == 'JUPEB':265 if student.is_jupeb: 266 266 amount = 50000.0 267 267 elif student.faccode.startswith('FCETA'): … … 279 279 except (AttributeError, TypeError): 280 280 return _('Study course data are incomplete.'), None 281 282 #####################################################283 #if student.faccode == 'JUPEB':284 # return _('Payment temporarily disabled.'), None285 #####################################################286 287 288 281 if previous_session: 289 282 # Students can pay for previous sessions in all workflow states.
Note: See TracChangeset for help on using the changeset viewer.