Ignore:
Timestamp:
29 Oct 2006, 05:24:04 (18 years ago)
Author:
Henrik Bettermann
Message:

passport_entry_view renamed
layouts modified
and more

File:
1 edited

Legend:

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

    r710 r770  
    2929
    3030for 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')
    3435        if len(res) > 0:
    3536            item['student_url'] = "%s/%s" % (context.portal_url(),res[0].relative_path)
Note: See TracChangeset for help on using the changeset viewer.