Ignore:
Timestamp:
11 Jan 2022, 08:47:44 (3 years ago)
Author:
Henrik Bettermann
Message:

Add PG Application Fee.

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  
    285285        )
    286286
     287    pg_application_fee = schema.Float(
     288        title = _(u'PG Application Fee'),
     289        default = 0.0,
     290        required = False,
     291        )
     292
    287293    def getSessionString():
    288294        """Returns the session string from the vocabulary.
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r16687 r16747  
    3838        #'gown': 'Gown Hire Fee',
    3939        'application': 'Application Fee',
     40        'pg_application': 'PG Application Fee',
    4041        'app_balance': 'Application Fee Balance',
    4142        'transcript': 'Transcript Fee',
     
    9697        #'gown': 'Gown Hire Fee',
    9798        'application': 'Application Fee',
     99        'pg_application': 'PG Application Fee',
    98100        #'app_balance': 'Application Fee Balance',
    99101        'transcript_local': 'Transcript Fee (Local Students)',
Note: See TracChangeset for help on using the changeset viewer.