Changeset 16404 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 3 Mar 2021, 15:44:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r16386 r16404 116 116 } 117 117 118 REPORTABLE_PAYMENT_CATEGORIES = { 119 'schoolfee': 'School Fee', 120 'clearance': 'Acceptance Fee', 121 'hostel_maintenance': 'Hostel Maintenance Fee', 122 'gown': 'Gown Hire Fee', 123 'medical_quest':'Medical Questionnaire Fee', 124 } 125 118 126 def selectable_payment_categories(self, student): 119 127 return self.SELECTABLE_PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.