Changeset 5042 for WAeUP_SRP/trunk/skins
- Timestamp:
- 6 Mar 2010, 05:32:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationInfo.py
r4861 r5042 16 16 import DateTime 17 17 18 booking_disabled = False18 booking_disabled = True 19 19 20 20 request = context.REQUEST … … 75 75 info['booking_allowed'] = True 76 76 info['online_payment'] = True 77 # returning student can also book without having paid the school fee (see ticket #29) 78 #elif review_state == 'returning' and int(student_record.session)+1 == int(session[0]): 79 # info['booking_allowed'] = True 80 # info['online_payment'] = True 77 81 else: 78 82 info['acco'] = None
Note: See TracChangeset for help on using the changeset viewer.