Changeset 686 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 13 Oct 2006, 11:27:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/formatBed.py
r669 r686 7 7 if datastructure is not None: 8 8 bed = datastructure.get('bed') 9 if not bed: 10 return '' 9 11 hall,block,room,letter = bed.split('_') 10 12 res = context.portal_catalog(portal_type="AccoHall",id=hall)
Note: See TracChangeset for help on using the changeset viewer.