Changeset 16212 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 25 Aug 2020, 08:14:59 (4 years 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
r16111 r16212 89 89 90 90 # Additional fees in custom package add here 91 92 grad_clearance_fee = schema.Float( 93 title = _(u'Clearance Fee'), 94 default = 0.0, 95 required = False, 96 ) 91 97 92 98 registration_fee = schema.Float( -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16208 r16212 31 31 'secondinstal': 'Tuition Plus (60% - 2nd instalment)', 32 32 'clearance': 'Acceptance Fee', 33 'grad_clearance': 'Clearance Fee', 33 34 'registration': 'Registration Fee', 34 35 #'bed_allocation': 'Bed Allocation Fee', … … 79 80 'registration': 'Registration Fee', 80 81 'clearance': 'Acceptance Fee', 82 'grad_clearance': 'Clearance Fee', 81 83 #'bed_allocation': 'Bed Allocation Fee', 82 84 #'hostel_maintenance': 'Accommodation', … … 123 125 'registration': 'Registration Fee', 124 126 'clearance': 'Acceptance Fee', 127 'grad_clearance': 'Clearance Fee', 125 128 'application': 'Application Fee', 126 129 'late_registration': 'Late Registration Fee', … … 147 150 148 151 COMBI_PAYMENT_CATEGORIES = { 152 'grad_clearance': 'Clearance Fee', 149 153 'late_registration': 'Late Registration Fee', 150 154 'science': 'Science Bench Fee',
Note: See TracChangeset for help on using the changeset viewer.