Ignore:
Timestamp:
13 Oct 2019, 19:15:33 (5 years ago)
Author:
Henrik Bettermann
Message:

Implement combi payments (tests will follow).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r15609 r15664  
    183183        'app_balance': 'Application Fee Balance',
    184184        'transcript': 'Transcript Fee',
    185         'late_registration': 'Late Course Registration Fee'
     185        'late_registration': 'Late Course Registration Fee',
     186        'combi': 'Combi Payments',
    186187        }
    187188
     
    200201    BALANCE_PAYMENT_CATEGORIES = {
    201202        'schoolfee': 'School Fee',
     203        }
     204
     205    COMBI_PAYMENT_CATEGORIES = {
     206        'gown': 'Gown Hire Fee',
     207        'transcript': 'Transcript Fee',
     208        'late_registration': 'Late Course Registration Fee',
    202209        }
    203210
Note: See TracChangeset for help on using the changeset viewer.