Changeset 17401 for main/waeup.uniben/trunk
- Timestamp:
- 4 May 2023, 09:53:52 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r17377 r17401 18 18 """Customize general helper utilities for Kofa. 19 19 """ 20 from copy import deepcopy 20 21 from kofacustom.nigeria.utils.utils import NigeriaKofaUtils 21 22 … … 129 130 def selectable_payment_categories(self, student): 130 131 return self.SELECTABLE_PAYMENT_CATEGORIES 132 133 PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES) 131 134 132 135 DISABLE_PAYMENT_GROUP_DICT = {
Note: See TracChangeset for help on using the changeset viewer.