Changeset 14598
- Timestamp:
- 1 Mar 2017, 12:11:54 (8 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r14588 r14598 147 147 if category == 'hostel_maintenance' and \ 148 148 'maint_all' in academic_session.payment_disabled: 149 return True 150 if category == 'schoolfee' and \ 151 student.current_mode == 'found' and \ 152 'sf_found' in academic_session.payment_disabled: 149 153 return True 150 154 return False -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r14358 r14598 107 107 'sf_all': 'School Fee - All Students', 108 108 'maint_all': 'Accommodation Fee - All Students', 109 'sf_found': 'School Fee - Foundation Students', 109 110 } 110 111
Note: See TracChangeset for help on using the changeset viewer.