- Timestamp:
- 12 Oct 2022, 07:57:34 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16747 r17126 143 143 144 144 def selectable_payment_categories(self, student): 145 return self.SELECTABLE_PAYMENT_CATEGORIES 145 spc = deepcopy(self.SELECTABLE_PAYMENT_CATEGORIES) 146 if student.depcode == 'BMS': 147 del spc['schoolfee40'] 148 del spc['secondinstal'] 149 return spc 146 150 147 151 PREVIOUS_PAYMENT_CATEGORIES = {
Note: See TracChangeset for help on using the changeset viewer.