Ignore:
Timestamp:
26 Apr 2010, 08:52:18 (15 years ago)
Author:
Henrik Bettermann
Message:

accommodation_edit_form.pt: fix ul

WAeUPTool.py: insert comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r5165 r5168  
    12561256        res = ZCatalog.searchResults(self.portal_catalog_real,portal_type="ScratchCardBatch")
    12571257        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. 
    12581260        for brain in res:
    12591261            if brain.id.startswith(info['maintenance_code']):
Note: See TracChangeset for help on using the changeset viewer.