- Timestamp:
- 30 May 2019, 10:49:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15442 r15444 87 87 def selectable_payment_categories(self, student): 88 88 spc = self.SELECTABLE_PAYMENT_CATEGORIES 89 return spc 89 90 if not student.is_fresh: 90 91 del spc['application']
Note: See TracChangeset for help on using the changeset viewer.