- Timestamp:
- 27 Feb 2014, 10:59:50 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/CHANGES.txt
r11441 r11454 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.aaua/trunk/src/waeup/aaua/students/utils.py
r10192 r11454 116 116 ticket.p_session == p_session: 117 117 return _('This type of payment has already been made.'), None 118 if self._isPaymentDisabled(p_session, category, student): 119 return _('Payment temporarily disabled.'), None 118 120 payment = createObject(u'waeup.StudentOnlinePayment') 119 121 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.