Ignore:
Timestamp:
21 Mar 2016, 12:53:53 (9 years ago)
Author:
Henrik Bettermann
Message:

Implement JUPEB fee payment.

File:
1 edited

Legend:

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

    r13756 r13785  
    106106        )
    107107
     108    jupeb_fee = schema.Float(
     109        title = _(u'JUPEB Examination Fee'),
     110        default = 0.0,
     111        required = False,
     112        )
     113
    108114    def getSessionString():
    109115        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.