Changeset 17097


Ignore:
Timestamp:
14 Sep 2022, 08:40:01 (2 years ago)
Author:
Henrik Bettermann
Message:

Reactivate ICT & Entrepreneur Fee.

File:
1 edited

Legend:

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

    r16820 r17097  
    8181        )
    8282
    83     #ict_entre_fee = schema.Float(
    84     #    title = _(u'ICT & Entrepreneur Fee'),
    85     #    default = 0.0,
    86     #    required = False,
    87     #    )
     83    ict_entre_fee = schema.Float(
     84        title = _(u'ICT & Entrepreneur Fee'),
     85        default = 0.0,
     86        required = False,
     87        )
    8888
    8989    siwess_combo_fee = schema.Float(
Note: See TracChangeset for help on using the changeset viewer.