Ignore:
Timestamp:
26 May 2012, 06:48:58 (12 years ago)
Author:
Henrik Bettermann
Message:

Add application_fee field to ApplicantsContainers? (not used in base package).

File:
1 edited

Legend:

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

    r8518 r8525  
    245245        )
    246246
     247    application_fee = schema.Float(
     248        title = _(u'Application Fee'),
     249        default = 0.0,
     250        required = False,
     251        )
     252
    247253    def archive(id=None):
    248254        """Create on-dist archive of applicants stored in this term.
Note: See TracChangeset for help on using the changeset viewer.