Changeset 15433 for main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
- Timestamp:
- 29 May 2019, 12:05:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r15431 r15433 98 98 'restitution': 'Restitution Fee', 99 99 } 100 101 def selectable_payment_categories(self, student): 102 return self.SELECTABLE_PAYMENT_CATEGORIES 100 103 101 104 REPORTABLE_PAYMENT_CATEGORIES = {
Note: See TracChangeset for help on using the changeset viewer.