- Timestamp:
- 19 Feb 2007, 17:52:06 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/getAccoHallInfo.py
r1444 r1445 36 36 all_booked = [st for st in res if st] 37 37 booked_list = [] 38 from Products.zdb import set_trace;set_trace()38 #from Products.zdb import set_trace;set_trace() 39 39 for bt in bed_types: 40 40 total = len(pa(bed_type=bt,hall=context.getId()))
Note: See TracChangeset for help on using the changeset viewer.