Changeset 11678 for main/waeup.kwarapoly


Ignore:
Timestamp:
3 Jun 2014, 15:21:22 (10 years ago)
Author:
Henrik Bettermann
Message:

Add hnd_certificate_fee to session configuration objects.

File:
1 edited

Legend:

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

    r11629 r11678  
    6363        required = True,
    6464        )
    65 
    6665    gown_fee = schema.Float(
    6766        title = _(u'Gown Fee'),
     
    6968        required = True,
    7069        )
    71 
    7270    transfer_fee = schema.Float(
    7371        title = _(u'Transfer Fee'),
     
    7573        required = True,
    7674        )
    77 
    7875    certificate_fee = schema.Float(
    79         title = _(u' Certificate Fee'),
     76        title = _(u'ND Certificate Fee'),
     77        default = 0.0,
     78        required = True,
     79        )
     80    hnd_certificate_fee = schema.Float(
     81        title = _(u'HND Certificate Fee'),
    8082        default = 0.0,
    8183        required = True,
     
    191193        required = True,
    192194        )
    193 
    194195    penalty_pg = schema.Float(
    195196        title = _(u'PG Penalty Fee'),
Note: See TracChangeset for help on using the changeset viewer.