Changeset 11457 for main/waeup.fceokene
- Timestamp:
- 27 Feb 2014, 11:01:40 (11 years ago)
- Location:
- main/waeup.fceokene/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/CHANGES.txt
r11444 r11457 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.fceokene/trunk/src/waeup/fceokene/students/utils.py
r10876 r11457 285 285 ticket.p_session == p_session: 286 286 return _('This type of payment has already been made.'), None 287 if self._isPaymentDisabled(p_session, category, student): 288 return _('Payment temporarily disabled.'), None 287 289 payment = createObject(u'waeup.StudentOnlinePayment') 288 290 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.