Ignore:
Timestamp:
18 Oct 2020, 16:48:45 (4 years ago)
Author:
Henrik Bettermann
Message:

Extend combo payments.

File:
1 edited

Legend:

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

    r16258 r16284  
    156156
    157157    COMBI_PAYMENT_CATEGORIES = {
    158         #'registration': 'Registration Fee',
     158        'registration': 'Registration Fee',
    159159        'grad_clearance': 'Clearance Fee',
    160160        'late_registration': 'Late Registration Fee',
    161161        'science': 'Science Bench Fee',
    162162        'clinical': 'Clinical Fee (Medical Students)',
    163         #'develop': 'Development Fee',
    164         #'municipal_fresh': 'Municipal Fee (Fresh Students)',
    165         #'municipal_returning': 'Municipal Fee (Returning Students)',
     163        'develop': 'Development Fee',
     164        'municipal_fresh': 'Municipal Fee (Fresh Students)',
     165        'municipal_returning': 'Municipal Fee (Returning Students)',
    166166        'alumni': 'Alumni Fee',
    167167        'conv': 'Convocation Fee',
     
    169169        'waecneco': 'WAEC and NECO Verification',
    170170        'jambver': 'JAMB Verification',
    171         #'book': 'Book Deposit',
    172         #'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
     171        'book': 'Book Deposit',
     172        'parentsconsult': 'Parents Consultative Forum (PCF) Fee',
    173173        'pharmlab': 'Pharmacy Lab Support Fee',
    174174        'lo_ident': 'Letter of Identification Fee',
Note: See TracChangeset for help on using the changeset viewer.