Changeset 16516 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 27 Jun 2021, 09:33:08 (3 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
r16445 r16516 170 170 if category == 'schoolfee': 171 171 if 'sf_all' in academic_session.payment_disabled: 172 return True 173 if student.state == RETURNING and \ 174 'sf_return' in academic_session.payment_disabled: 172 175 return True 173 176 if student.current_mode == 'found' and \ -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r16404 r16516 135 135 'sf_sw': 'School Fee - Sandwich', 136 136 'sf_dp': 'School Fee - Diploma', 137 'sf_return': 'School Fee - Returning', 137 138 'maint_all': 'Accomm. Fee - All', 138 139 'cl_all': 'Accept. Fee- All',
Note: See TracChangeset for help on using the changeset viewer.