Changeset 17436 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 18 Jun 2023, 20:11:00 (19 months ago)
- 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 291 291 ) 292 292 293 health_insurance_fee = schema.Float( 294 title = _(u'Student Health Insurance Fee'), 295 default = 0.0, 296 required = False, 297 ) 298 293 299 def getSessionString(): 294 300 """Returns the session string from the vocabulary. -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r17126 r17436 83 83 'jupeb_hostel':'JUPEB Accommodation (optional)', 84 84 'brought_fwd': 'Balance Brought Forward', 85 'health_insurance': 'Student Health Insurance', 85 86 } 86 87 … … 140 141 'jupeb_arts':'JUPEB Tuition (Arts)', 141 142 'jupeb_hostel':'JUPEB Accommodation (optional)', 143 'health_insurance': 'Student Health Insurance', 142 144 } 143 145
Note: See TracChangeset for help on using the changeset viewer.