Ignore:
Timestamp:
11 Jan 2024, 16:33:46 (9 months ago)
Author:
Henrik Bettermann
Message:

Enable combo payments.

File:
1 edited

Legend:

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

    r17661 r17664  
    382382            amount *= number
    383383        elif category == 'combi' and combi:
    384             categories = getUtility(IKofaUtils).CDLPORTAL_PAYMENT_CATEGORIES
     384            categories = getUtility(IKofaUtils).COMBI_PAYMENT_CATEGORIES
    385385            for cat in combi:
    386386                fee_name = cat + '_fee'
Note: See TracChangeset for help on using the changeset viewer.