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

Remove application fee fallback option. This option has never been used and is confusing.

Hide Payment Tickets section on application pages if fee isn't set.

File:
1 edited

Legend:

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

    r13789 r13886  
    807807        )
    808808
    809     application_fee = schema.Float(
    810         title = _(u'Application Fee'),
    811         default = 0.0,
    812         required = False,
    813         )
    814 
    815809    clearance_fee = schema.Float(
    816810        title = _(u'Acceptance Fee'),
Note: See TracChangeset for help on using the changeset viewer.