Ignore:
Timestamp:
3 Jul 2018, 05:47:49 (6 years ago)
Author:
Henrik Bettermann
Message:

Deduct Student Union Dues from Tution Fee.

Start customizing application category.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15073 r15074  
    2424    """A collection of methods subject to customization.
    2525    """
     26
     27    APP_CATS_DICT = {
     28        'basic': 'Basic Application',
     29        'no': 'no application',
     30        'pg': 'Postgraduate',
     31        'sandwich': 'Sandwich',
     32        'cest': 'Part-Time, Diploma, Certificate'
     33        }
    2634
    2735    PAYMENT_CATEGORIES = {
Note: See TracChangeset for help on using the changeset viewer.