Changeset 13893 for main/kofacustom.wdu


Ignore:
Timestamp:
7 Jun 2016, 20:37:13 (8 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

Location:
main/kofacustom.wdu/trunk/src/kofacustom/wdu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/interfaces.py

    r12478 r13893  
    3131
    3232    # Base fees, do not remove.
    33 
    34     application_fee = schema.Float(
    35         title = _(u'Application Fee (fallback)'),
    36         default = 0.0,
    37         required = False,
    38         )
    3933
    4034    clearance_fee = schema.Float(
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/utils.py

    r13509 r13893  
    134134            return _('This type of payment has already been made.'), None
    135135        if self._isPaymentDisabled(p_session, category, student):
    136             return _('Payment temporarily disabled.'), None
     136            return _('This category of payments has been disabled.'), None
    137137        payment = createObject(u'waeup.StudentOnlinePayment')
    138138        timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.