Changeset 9314


Ignore:
Timestamp:
8 Oct 2012, 11:01:54 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix attribute names.

File:
1 edited

Legend:

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

    r8821 r9314  
    6464        )
    6565
    66     gown = schema.Float(
     66    gown_fee = schema.Float(
    6767        title = _(u'Gown Fee'),
    6868        default = 0.0,
     
    7070        )
    7171
    72     transfer = schema.Float(
     72    transfer_fee = schema.Float(
    7373        title = _(u'Transfer Fee'),
    7474        default = 0.0,
Note: See TracChangeset for help on using the changeset viewer.