Changeset 17941 for main/kofacustom.unidel/trunk
- Timestamp:
- 10 Oct 2024, 02:36:00 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17940 r17941 245 245 return None, payment 246 246 247 def checkAccommodationRequirements(self, student, acc_details):248 msg = super(CustomStudentsUtils, self).checkAccommodationRequirements(249 student, acc_details)250 if msg:251 return msg252 if student.faccode not in ('FLW', 'FMED',):253 return _('You are not eligible to book accommodation.')254 return247 #def checkAccommodationRequirements(self, student, acc_details): 248 # msg = super(CustomStudentsUtils, self).checkAccommodationRequirements( 249 # student, acc_details) 250 # if msg: 251 # return msg 252 # if student.faccode not in ('FLW', 'FMED',): 253 # return _('You are not eligible to book accommodation.') 254 # return 255 255 256 256 def getAccommodationDetails(self, student):
Note: See TracChangeset for help on using the changeset viewer.