Ignore:
Timestamp:
27 Dec 2010, 07:25:11 (14 years ago)
Author:
Henrik Bettermann
Message:

Implement first part of new accommodation allocation module. This part contains the new student accommodation catalog which replaces the accommodation objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/exportimport.py

    r5591 r5614  
    142142    importWAeUPTable(site.portal_catalog_real, '', context,'portal_catalog_real')
    143143    importWAeUPTable(site.removed_student_ids, '', context,'removed_student_ids')
     144    importWAeUPTable(site.accommodation_catalog, '', context,'accommodation_catalog')
    144145
    145146    site.students_catalog.manage_setLocalGroupRoles(groupid='CampusOfficers',
Note: See TracChangeset for help on using the changeset viewer.