Ignore:
Timestamp:
23 Nov 2012, 10:51:00 (12 years ago)
Author:
Henrik Bettermann
Message:

Change acceptance fee calculation. This way penalty fees can be added or payment can be disabled via the UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/interfaces.py

    r9318 r9714  
    3939
    4040    application_fee = schema.Float(
    41         title = _(u'Application Fee (fallback)'),
     41        title = _(u'Application Fee'),
     42        description = u'20000 Nairas are automatically added ' + \
     43                       'if student is in faculty <br>' + \
     44                       'EET or ICT or in department ARC.',
    4245        default = 0.0,
    4346        required = False,
Note: See TracChangeset for help on using the changeset viewer.