Changeset 770 for WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py
- Timestamp:
- 29 Oct 2006, 05:24:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py
r710 r770 29 29 30 30 for item in used: 31 if bd.prefix == "APP": 32 jno = item['student'] 33 res = context.portal_catalog(SearchableText=jno,portal_type='StudentApplication') 31 sno = item['student'] 32 if len(sno)==10: 33 #if bd.prefix == "APP": 34 res = context.portal_catalog(SearchableText=sno,portal_type='StudentApplication') 34 35 if len(res) > 0: 35 36 item['student_url'] = "%s/%s" % (context.portal_url(),res[0].relative_path)
Note: See TracChangeset for help on using the changeset viewer.