Ignore:
Timestamp:
10 Jul 2022, 08:40:43 (2 years ago)
Author:
Henrik Bettermann
Message:

Add BalancePaymentAddFormPage which can only be opened by managers.
No button is provided in base package.

File:
1 edited

Legend:

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

    r16976 r17016  
    194194        'late_registration': 'Late Course Registration Fee',
    195195        'combi': 'Combi Payment',
     196        'donation': 'Donation',
    196197        }
    197198
     
    219220    BALANCE_PAYMENT_CATEGORIES = {
    220221        'schoolfee': 'School Fee',
     222        }
     223
     224    APPLICANT_BALANCE_PAYMENT_CATEGORIES = {
     225        'donation': 'Donation',
    221226        }
    222227
Note: See TracChangeset for help on using the changeset viewer.