Changeset 16787 for main/kofacustom.edocons/trunk/src/kofacustom
- Timestamp:
- 9 Feb 2022, 16:51:06 (3 years 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
r16698 r16787 67 67 ) 68 68 69 hostel_fee = schema.Float( 70 title = _(u'Hostel Fee'), 71 default = 0.0, 72 required = False, 73 ) 74 69 75 interswitch_enabled = schema.Bool( 70 76 title = _(u'Interswitch Collegepay integration enabled'), -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r16712 r16787 29 29 'secondinstal': 'School Fee (34% - 2nd instalment)', 30 30 'clearance': 'Acceptance Fee', 31 'hostel_fee':'Hostel Fee', 31 32 #'bed_allocation': 'Bed Allocation Fee', 32 33 #'hostel_maintenance': 'Hostel Maintenance Fee', … … 44 45 'schoolfee_1': 'School Fee (66% - 1st instalment)', 45 46 'secondinstal': 'School Fee (34% - 2nd instalment)', 47 'hostel_fee':'Hostel Fee', 46 48 } 47 49 … … 51 53 PREVIOUS_PAYMENT_CATEGORIES = { 52 54 'schoolfee': 'School Fee', 55 'hostel_fee':'Hostel Fee', 53 56 } 54 57 … … 59 62 BALANCE_PAYMENT_CATEGORIES = { 60 63 'schoolfee': 'School Fee', 64 'hostel_fee':'Hostel Fee', 61 65 } 62 66
Note: See TracChangeset for help on using the changeset viewer.