Ignore:
Timestamp:
9 Nov 2006, 16:54:54 (18 years ago)
Author:
Henrik Bettermann
Message:

bug fixed

File:
1 edited

Legend:

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

    r813 r814  
    6464##    acco = res[0].getObject()
    6565acco = getattr(student,'accommodation_2006',None)
    66 if acco.portal_type != "StudentAccommodation":
    67     acco = None
     66#if acco.portal_type != "StudentAccommodation":
     67#    acco = None
    6868info['acco'] = acco
    6969if acco is not None:
     
    9696items = []
    9797s_edit_links = {'StudentApplication': 'application_edit_form',
    98               'StudentAccommodation': '',
     98              'StudentAccommodation': 'reserve_accommodation',
    9999              'StudentClearance': 'clearance_edit_form',
    100100              'StudentPersonal': '',
Note: See TracChangeset for help on using the changeset viewer.