- Timestamp:
- 19 Jul 2025, 06:46:28 (18 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18131 r18132 200 200 rp = self._collect_required_payment_items(student) 201 201 cats_missing = deepcopy(rp) 202 combi_cats = getUtility(IKofaUtils). COMBI_PAYMENT_CATEGORIES202 combi_cats = getUtility(IKofaUtils).PAYMENT_CATEGORIES 203 203 if len(student['payments']): 204 204 for category in rp.keys():
Note: See TracChangeset for help on using the changeset viewer.