Ignore:
Timestamp:
29 Oct 2014, 21:23:53 (10 years ago)
Author:
Henrik Bettermann
Message:

Add payment category 'NCE Third Semester Fee' which can be set in session configuration objects. Remove unused payment categories.

File:
1 edited

Legend:

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

    r9628 r11913  
    6363        )
    6464
    65     gown_fee = schema.Float(
    66         title = _(u'Gown Fee'),
    67         default = 0.0,
    68         required = False,
    69         )
    70 
    71     transfer_fee = schema.Float(
    72         title = _(u'Transfer Fee'),
     65    third_semester_fee = schema.Float(
     66        title = _(u'NCE Third Semester Fee'),
    7367        default = 0.0,
    7468        required = False,
Note: See TracChangeset for help on using the changeset viewer.