Changeset 1846
- Timestamp:
- 2 Jun 2007, 16:16:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r1844 r1846 447 447 info = {} 448 448 hall,block,room,letter = bed.split('_') 449 res = ZCatalog.searchResults(self.portal_catalog ,portal_type="AccoHall",id=hall)449 res = ZCatalog.searchResults(self.portal_catalog_real,portal_type="AccoHall",id=hall) 450 450 if res and len(res) == 1: 451 451 hall_brain = res[0] … … 455 455 info['hall_title'] = hall_brain.Title 456 456 info['maintenance_code'] = hall_doc.maintenance_code 457 res = ZCatalog.searchResults(self.portal_catalog ,portal_type="ScratchCardBatch")457 res = ZCatalog.searchResults(self.portal_catalog_real,portal_type="ScratchCardBatch") 458 458 batch_doc = None 459 459 for brain in res:
Note: See TracChangeset for help on using the changeset viewer.