Changeset 11456 for main/kofacustom.ekodisco
- Timestamp:
- 27 Feb 2014, 11:01:18 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/CHANGES.txt
r11443 r11456 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/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/utils.py
r10824 r11456 80 80 ticket.p_session == p_session: 81 81 return _('This type of payment has already been made.'), None 82 if self._isPaymentDisabled(p_session, category, student): 83 return _('Payment temporarily disabled.'), None 82 84 payment = createObject(u'waeup.StudentOnlinePayment') 83 85 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.