Changeset 16747
- Timestamp:
- 11 Jan 2022, 08:47:44 (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
r16585 r16747 285 285 ) 286 286 287 pg_application_fee = schema.Float( 288 title = _(u'PG Application Fee'), 289 default = 0.0, 290 required = False, 291 ) 292 287 293 def getSessionString(): 288 294 """Returns the session string from the vocabulary. -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16687 r16747 38 38 #'gown': 'Gown Hire Fee', 39 39 'application': 'Application Fee', 40 'pg_application': 'PG Application Fee', 40 41 'app_balance': 'Application Fee Balance', 41 42 'transcript': 'Transcript Fee', … … 96 97 #'gown': 'Gown Hire Fee', 97 98 'application': 'Application Fee', 99 'pg_application': 'PG Application Fee', 98 100 #'app_balance': 'Application Fee Balance', 99 101 'transcript_local': 'Transcript Fee (Local Students)',
Note: See TracChangeset for help on using the changeset viewer.