- Timestamp:
- 11 Jan 2024, 16:33:46 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r17661 r17664 382 382 amount *= number 383 383 elif category == 'combi' and combi: 384 categories = getUtility(IKofaUtils).C DLPORTAL_PAYMENT_CATEGORIES384 categories = getUtility(IKofaUtils).COMBI_PAYMENT_CATEGORIES 385 385 for cat in combi: 386 386 fee_name = cat + '_fee'
Note: See TracChangeset for help on using the changeset viewer.