- Timestamp:
- 26 Apr 2010, 08:52:18 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 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']): -
WAeUP_SRP/trunk/skins/waeup_accommodation/accommodation_edit_form.pt
r5167 r5168 33 33 34 34 <ul tal:condition="python: mode == 'create' and not maintenance_online"> 35 35 <li>Buy a Hostel Application Scratch Card.</li> 36 36 <li>Enter the PIN above and press 'Book'.</li> 37 37 <li>Print your Hostel Allocation Slip.</li> … … 40 40 <tal:block condition="python: mode == 'edit'" > 41 41 42 <ul tal:condition="not: maintenance_online" tal:omit-tag="">42 <ul tal:condition="not: maintenance_online"> 43 43 <li>Buy a Hostel Maintenance Scratch Card 44 44 (Code: <span tal:replace="python: info['acco_doc'].acco_maint_code" />) for
Note: See TracChangeset for help on using the changeset viewer.