Changeset 5177 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 29 Apr 2010, 10:56:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/getAccommodationInfo.py
r4196 r5177 16 16 import DateTime 17 17 18 booking_disabled = False 18 pprops = context.portal_properties 19 booking_disabled = not pprops.enable_acco_booking 19 20 20 21 request = context.REQUEST
Note: See TracChangeset for help on using the changeset viewer.