Ignore:
Timestamp:
21 Aug 2024, 08:09:35 (4 weeks ago)
Author:
Henrik Bettermann
Message:

Add registration payment categories.

File:
1 edited

Legend:

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

    r17838 r17900  
    4949        )
    5050
    51     late_registration_fee = schema.Float(
    52         title = _(u'Late Course Reg. Fee'),
    53         default = 0.0,
    54         required = False,
    55         )
     51    #late_registration_fee = schema.Float(
     52    #    title = _(u'Late Course Reg. Fee'),
     53    #    default = 0.0,
     54    #    required = False,
     55    #    )
    5656
    5757    transcript_local_fee = schema.Float(
     
    106106        )
    107107
    108     registration_fee = schema.Float(
    109         title = _(u'Registration Fee'),
     108    #registration_fee = schema.Float(
     109    #    title = _(u'Registration Fee'),
     110    #    default = 0.0,
     111    #    required = False,
     112    #    )
     113
     114    registration_fresh_fee = schema.Float(
     115        title = _(u'Registration Fee (Fresh)'),
     116        default = 0.0,
     117        required = False,
     118        )
     119
     120    registration_return_fee = schema.Float(
     121        title = _(u'Registration Fee (Returning)'),
    110122        default = 0.0,
    111123        required = False,
Note: See TracChangeset for help on using the changeset viewer.