Ignore:
Timestamp:
9 Nov 2006, 08:07:26 (18 years ago)
Author:
Henrik Bettermann
Message:

all script Python ids fixed
student_edit.py deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py

    r770 r801  
    88##title=
    99##
    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 $
    1111"""
    1212return Info about the current Batch
     
    3030for item in used:
    3131    sno = item['student']
    32     if len(sno)==10: 
     32    if len(sno)==10:
    3333    #if bd.prefix == "APP":
    3434        res = context.portal_catalog(SearchableText=sno,portal_type='StudentApplication')
Note: See TracChangeset for help on using the changeset viewer.