Ignore:
Timestamp:
4 May 2023, 09:53:52 (17 months ago)
Author:
Henrik Bettermann
Message:

Enable previous payments for all selectable categories.

File:
1 edited

Legend:

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

    r17377 r17401  
    1818"""Customize general helper utilities for Kofa.
    1919"""
     20from copy import deepcopy
    2021from kofacustom.nigeria.utils.utils import NigeriaKofaUtils
    2122
     
    129130    def selectable_payment_categories(self, student):
    130131        return self.SELECTABLE_PAYMENT_CATEGORIES
     132
     133    PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES)
    131134
    132135    DISABLE_PAYMENT_GROUP_DICT = {
Note: See TracChangeset for help on using the changeset viewer.