Ignore:
Timestamp:
8 Oct 2006, 14:46:25 (18 years ago)
Author:
joachim
Message:

added base files for accommodation-module,
renamed Accommodation to AccoHall?
accommodation to acco_hall
one can now add and view an accommodation-hall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/searchStudents.py

    r608 r622  
    7373onlyreview = with_review and not term
    7474if onlyreview:
    75     res = catalog(portal_type='Student',
     75    res = catalog(portal_type=portal_type_query,
    7676                  review_state=state)
    7777elif what == "student_id":
     
    9595    if with_review:
    9696        try:
    97             res = catalog(portal_type='Student',SearchableText=st,
     97            res = catalog(portal_type=pt,SearchableText=st,
    9898                          review_state=state)
    9999        except:
Note: See TracChangeset for help on using the changeset viewer.