Ignore:
Timestamp:
30 Jun 2018, 06:18:27 (6 years ago)
Author:
Henrik Bettermann
Message:

Add new payment categories.

File:
1 edited

Legend:

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

    r15069 r15071  
    3636        'transcript': 'Transcript Fee',
    3737        'certificate': 'Certificate Fee',
     38        'certificate_confirm': 'Certificate Confirmation Fee',
     39        'late_registration': 'Late Course Registration Fee',
     40        'final_clearance': 'Final Clearance Fee',
    3841        }
    3942
     
    4346        'schoolfee': 'Tuition and Exams Fee',
    4447        'ict_entre': 'ICT and Entrepreneur Fee',
     48        'certificate_confirm': 'Certificate Confirmation Fee',
     49        'final_clearance': 'Final Clearance Fee',
    4550        }
    4651
     
    5560        #'transcript': 'Transcript Fee',
    5661        'certificate': 'Certificate Fee',
     62        'certificate_confirm': 'Certificate Confirmation Fee',
     63        'late_registration': 'Late Course Registration Fee',
     64        'final_clearance': 'Final Clearance Fee',
    5765        }
    5866
Note: See TracChangeset for help on using the changeset viewer.