Ignore:
Timestamp:
14 Jan 2022, 17:46:51 (3 years ago)
Author:
Henrik Bettermann
Message:

Add text book and registration fees.

File:
1 edited

Legend:

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

    r16668 r16749  
    212212        )
    213213
     214    ent_text_book_2_fee = schema.Float(
     215        title = _(u'Text Book Fee ENT211'),
     216        default = 0.0,
     217        required = True,
     218        )
     219
    214220    gst_registration_1_fee = schema.Float(
    215221        title = _(u'Registration Fee GST101 GST102 GST111 GST112'),
     
    226232    ent_registration_1_fee = schema.Float(
    227233        title = _(u'Registration Fee ENT201'),
     234        default = 0.0,
     235        required = True,
     236        )
     237
     238    ent_registration_2_fee = schema.Float(
     239        title = _(u'Registration Fee ENT211'),
    228240        default = 0.0,
    229241        required = True,
Note: See TracChangeset for help on using the changeset viewer.