Changeset 5168 for WAeUP_SRP/trunk/WAeUPTool.py
- Timestamp:
- 26 Apr 2010, 08:52:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r5165 r5168 1256 1256 res = ZCatalog.searchResults(self.portal_catalog_real,portal_type="ScratchCardBatch") 1257 1257 batch_doc = None 1258 # Pick the first pin batch which the right prefix. This may cause problems if old maintenance fee batches exist. 1259 # They must be removed first. 1258 1260 for brain in res: 1259 1261 if brain.id.startswith(info['maintenance_code']):
Note: See TracChangeset for help on using the changeset viewer.