Changeset 11459 for main/waeup.uniben
- Timestamp:
- 27 Feb 2014, 11:02:56 (11 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11449 r11459 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Apply _isPaymentDisabled method. 6 8 7 9 * jquery-ui.min.js is also used for tooltips. -
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r10901 r11459 210 210 ticket.p_session == p_session: 211 211 return _('This type of payment has already been made.'), None 212 if self._isPaymentDisabled(p_session, category, student): 213 return _('Payment temporarily disabled.'), None 212 214 payment = createObject(u'waeup.StudentOnlinePayment') 213 215 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.