Changeset 17438 for main/kofacustom.edocons/trunk/src/kofacustom/edocons
- Timestamp:
- 19 Jun 2023, 09:26:32 (17 months ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interfaces.py
r17385 r17438 57 57 hostel_2_fee = schema.Float( 58 58 title = _(u'Hostel Fee (2nd Instalment)'), 59 default = 0.0, 60 required = False, 61 ) 62 63 hostel_total_fee = schema.Float( 64 title = _(u'Hostel Fee (Full Payment)'), 59 65 default = 0.0, 60 66 required = False, -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r17394 r17438 78 78 'hostel':'Hostel Fee (1st instalment)', 79 79 'hostel_2':'Hostel Fee (2nd instalment)', 80 'hostel_total':'Hostel Fee (full payment)', 80 81 #'bed_allocation': 'Bed Allocation Fee', 81 82 #'hostel_maintenance': 'Hostel Maintenance Fee', … … 96 97 'hostel':'Hostel Fee (1st instalment)', 97 98 'hostel_2':'Hostel Fee (2nd instalment)', 99 'hostel_total':'Hostel Fee (full payment)', 98 100 'resit': 'Resit Fee', 99 101 }
Note: See TracChangeset for help on using the changeset viewer.