Ignore:
Timestamp:
10 Feb 2022, 07:00:31 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix category name.

File:
1 edited

Legend:

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

    r16787 r16792  
    2929        'secondinstal': 'School Fee (34% - 2nd instalment)',
    3030        'clearance': 'Acceptance Fee',
    31         'hostel_fee':'Hostel Fee',
     31        'hostel':'Hostel Fee',
    3232        #'bed_allocation': 'Bed Allocation Fee',
    3333        #'hostel_maintenance': 'Hostel Maintenance Fee',
     
    4545        'schoolfee_1': 'School Fee (66% - 1st instalment)',
    4646        'secondinstal': 'School Fee (34% - 2nd instalment)',
    47         'hostel_fee':'Hostel Fee',
     47        'hostel':'Hostel Fee',
    4848        }
    4949
     
    5353    PREVIOUS_PAYMENT_CATEGORIES = {
    5454        'schoolfee': 'School Fee',
    55         'hostel_fee':'Hostel Fee',
     55        'hostel':'Hostel Fee',
    5656        }
    5757
     
    6262    BALANCE_PAYMENT_CATEGORIES = {
    6363        'schoolfee': 'School Fee',
    64         'hostel_fee':'Hostel Fee',
     64        'hostel':'Hostel Fee',
    6565        }
    6666
Note: See TracChangeset for help on using the changeset viewer.