Ignore:
Timestamp:
21 Aug 2024, 08:09:35 (4 weeks ago)
Author:
Henrik Bettermann
Message:

Add registration payment categories.

File:
1 edited

Legend:

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

    r17889 r17900  
    5050
    5151    REQUIRED_PAYMENTS_FRESH = {
    52         'registration': 'Registration Fee',
     52        'registration_fresh': 'Registration Fee (Fresh)',
    5353        'book': 'Book Deposit',
    5454        'develop': 'Development Fee',
     
    5858
    5959    REQUIRED_PAYMENTS_RETURNING = {
    60         'registration': 'Registration Fee',
     60        'registration_return': 'Registration Fee (Returning)',
    6161        'book': 'Book Deposit',
    6262        'develop': 'Development Fee',
Note: See TracChangeset for help on using the changeset viewer.