Ignore:
Timestamp:
7 Apr 2016, 14:21:25 (9 years ago)
Author:
Henrik Bettermann
Message:

Define IUnibenRegistration for ICTWK registrations and implement RegTypesSource?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r13785 r13814  
    350350            return _('This type of payment has already been made.'), None
    351351        if self._isPaymentDisabled(p_session, category, student):
    352             return _('Payment temporarily disabled.'), None
     352            return _('This category of payments has been disabled.'), None
    353353        payment = createObject(u'waeup.StudentOnlinePayment')
    354354        timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.