Changeset 16394 for main/kofacustom.iuokada
- Timestamp:
- 4 Feb 2021, 16:49:41 (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
r16233 r16394 231 231 default = 0.0, 232 232 required = True, 233 ) 234 235 application_fee = schema.Float( 236 title = _(u'Application Fee'), 237 default = 0.0, 238 required = False, 233 239 ) 234 240 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16305 r16394 87 87 #'transfer': 'Transfer Fee', 88 88 #'gown': 'Gown Hire Fee', 89 #'application': 'Application Fee',89 'application': 'Application Fee', 90 90 #'app_balance': 'Application Fee Balance', 91 91 'transcript_local': 'Transcript Fee (Local Students)',
Note: See TracChangeset for help on using the changeset viewer.