- Timestamp:
- 7 Apr 2016, 14:21:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13785 r13814 350 350 return _('This type of payment has already been made.'), None 351 351 if self._isPaymentDisabled(p_session, category, student): 352 return _(' Payment temporarilydisabled.'), None352 return _('This category of payments has been disabled.'), None 353 353 payment = createObject(u'waeup.StudentOnlinePayment') 354 354 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.