Changeset 934 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
24 Nov 2006, 16:59:44 (18 years ago)
Author:
joachim
Message:

replace which_sex by blocks_for_female,
added a hack to support the undergraduate halls on Ekenhuan Campus
these halls have to get the special code Ekenhuan Campus.
todo use this special code in bed allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/getBedTypeNames.py

    r926 r934  
    1616                 ]
    1717special = [item for item in context.portal_vocabularies.acco_special_handling.items()
    18                             if item[0] != 'no']
     18                            if not item[0].startswith('no')]
    1919type_suffixes.extend(special)
     20type_suffixes.append(('ekenhuan','Ekenhuan Campus'))
    2021dict = {}
    2122for gender in ('female','male'):
Note: See TracChangeset for help on using the changeset viewer.