- Timestamp:
- 16 Oct 2015, 05:35:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13310 r13332 239 239 except (AttributeError, TypeError): 240 240 return _('Study course data are incomplete.'), None 241 242 ##################################################### 243 if student.faccode == 'JUPEB': 244 return _('Payment temporarily disabled.'), None 245 ##################################################### 246 247 241 248 if previous_session: 242 249 # Students can pay for previous sessions in all workflow states.
Note: See TracChangeset for help on using the changeset viewer.