Changeset 710 for WAeUP_SRP/trunk/skins/waeup_pins
- Timestamp:
- 16 Oct 2006, 22:30:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py
r709 r710 32 32 jno = item['student'] 33 33 res = context.portal_catalog(SearchableText=jno,portal_type='StudentApplication') 34 if len(res) > 1:34 if len(res) > 0: 35 35 item['student_url'] = "%s/%s" % (context.portal_url(),res[0].relative_path) 36 36 else:
Note: See TracChangeset for help on using the changeset viewer.