Changeset 801 for WAeUP_SRP/trunk/skins/waeup_pins
- Timestamp:
- 9 Nov 2006, 08:07:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py
r770 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: getBatchInfo.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return Info about the current Batch … … 30 30 for item in used: 31 31 sno = item['student'] 32 if len(sno)==10: 32 if len(sno)==10: 33 33 #if bd.prefix == "APP": 34 34 res = context.portal_catalog(SearchableText=sno,portal_type='StudentApplication')
Note: See TracChangeset for help on using the changeset viewer.