Ignore:
Timestamp:
18 Jun 2023, 20:11:00 (15 months ago)
Author:
Henrik Bettermann
Message:

Add fee.

Location:
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
Files:
2 edited

Legend:

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

    r16747 r17436  
    291291        )
    292292
     293    health_insurance_fee = schema.Float(
     294        title = _(u'Student Health Insurance Fee'),
     295        default = 0.0,
     296        required = False,
     297        )
     298
    293299    def getSessionString():
    294300        """Returns the session string from the vocabulary.
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r17126 r17436  
    8383        'jupeb_hostel':'JUPEB Accommodation (optional)',
    8484        'brought_fwd': 'Balance Brought Forward',
     85        'health_insurance': 'Student Health Insurance',
    8586        }
    8687
     
    140141        'jupeb_arts':'JUPEB Tuition (Arts)',
    141142        'jupeb_hostel':'JUPEB Accommodation (optional)',
     143        'health_insurance': 'Student Health Insurance',
    142144        }
    143145
Note: See TracChangeset for help on using the changeset viewer.