Ignore:
Timestamp:
23 Jul 2022, 16:21:58 (2 years ago)
Author:
Henrik Bettermann
Message:

Revert changes in students section.

File:
1 edited

Legend:

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

    r17029 r17031  
    2626    PAYMENT_CATEGORIES = {
    2727        'schoolfee': 'School Fee (total amount)',
    28         'schoolfee_1': 'School Fee - 1st instalment',
    29         'secondinstal': 'School Fee - 2nd instalment',
     28        'schoolfee_1': 'School Fee (66% - 1st instalment)',
     29        'secondinstal': 'School Fee (34% - 2nd instalment)',
    3030        'clearance': 'Acceptance Fee',
    3131        'hostel':'Hostel Fee',
     
    4242
    4343    SELECTABLE_PAYMENT_CATEGORIES = {
    44         #'schoolfee': 'School Fee (total amount)',
    45         'schoolfee_1': 'School Fee - 1st instalment',
    46         'secondinstal': 'School Fee - 2nd instalment',
     44        'schoolfee': 'School Fee (total amount)',
     45        'schoolfee_1': 'School Fee (66% - 1st instalment)',
     46        'secondinstal': 'School Fee (34% - 2nd instalment)',
    4747        'hostel':'Hostel Fee',
    4848        }
Note: See TracChangeset for help on using the changeset viewer.