Changeset 9146 for main/waeup.kofa
- Timestamp:
- 3 Sep 2012, 10:51:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py
r8685 r9146 125 125 ) 126 126 127 beds_for_pre= schema.List( 128 title = _(u'Beds for Pre-Study Students'), 129 value_type = schema.Choice( 130 vocabulary = bed_letters 131 ), 132 ) 133 127 134 beds_for_fresh = schema.List( 128 135 title = _(u'Beds for Fresh Students'), … … 172 179 hostel.beds_for_returning + 173 180 hostel.beds_for_final + 181 hostel.beds_for_pre + 174 182 hostel.beds_for_all) 175 183 if len(beds) != len(set(beds)):
Note: See TracChangeset for help on using the changeset viewer.