Changeset 13892


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

Adjust to changes in base package.

File:
1 edited

Legend:

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

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