Changeset 16585 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 29 Aug 2021, 08:28:28 (3 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
r16575 r16585 280 280 281 281 jupeb_reg_fee = schema.Float( 282 title = _(u'JUPEB RegistrationFee'),282 title = _(u'JUPEB Administrative Fee'), 283 283 default = 0.0, 284 284 required = False, -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16576 r16585 80 80 'jupeb_arts':'JUPEB Arts Course', 81 81 'jupeb_hostel':'JUPEB Hostel Fee', 82 'jupeb_reg':'JUPEB RegistrationFee',82 'jupeb_reg':'JUPEB Administrative Fee', 83 83 } 84 84 … … 136 136 'jupeb_arts':'JUPEB Arts Course', 137 137 'jupeb_hostel':'JUPEB Hostel Fee', 138 'jupeb_reg':'JUPEB RegistrationFee',138 'jupeb_reg':'JUPEB Administrative Fee', 139 139 } 140 140 … … 175 175 'jupeb_arts':'JUPEB Arts Course', 176 176 'jupeb_hostel':'JUPEB Hostel Fee', 177 'jupeb_reg':'JUPEB RegistrationFee',177 'jupeb_reg':'JUPEB Administrative Fee', 178 178 } 179 179 … … 207 207 'jupeb_arts':'JUPEB Arts Course', 208 208 'jupeb_hostel':'JUPEB Hostel Fee', 209 'jupeb_reg':'JUPEB RegistrationFee',209 'jupeb_reg':'JUPEB Administrative Fee', 210 210 } 211 211
Note: See TracChangeset for help on using the changeset viewer.