Changeset 13890


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

Adjust to changes in base package.

File:
1 edited

Legend:

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

    r13881 r13890  
    3333    school_fee_base = schema.Float(
    3434        title = _(u'School Fee (ignored)'),
    35         default = 0.0,
    36         required = False,
    37         )
    38 
    39     application_fee = schema.Float(
    40         title = _(u'Application Fee (fallback)'),
    4135        default = 0.0,
    4236        required = False,
Note: See TracChangeset for help on using the changeset viewer.