Changeset 14009
- Timestamp:
- 3 Jul 2016, 03:31:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py
r13563 r14009 70 70 vocabulary = registration_states_vocab, 71 71 ), 72 default = [],72 defaultFactory=list, 73 73 ) 74 74 … … 138 138 vocabulary = blocks 139 139 ), 140 default = [],140 defaultFactory=list, 141 141 ) 142 142 … … 146 146 vocabulary = blocks 147 147 ), 148 default = [],148 defaultFactory=list, 149 149 ) 150 150 … … 154 154 vocabulary = bed_letters 155 155 ), 156 default = [],156 defaultFactory=list, 157 157 ) 158 158 … … 162 162 vocabulary = bed_letters 163 163 ), 164 default = [],164 defaultFactory=list, 165 165 ) 166 166 … … 170 170 vocabulary = bed_letters 171 171 ), 172 default = [],172 defaultFactory=list, 173 173 ) 174 174 … … 178 178 vocabulary = bed_letters 179 179 ), 180 default = [],180 defaultFactory=list, 181 181 ) 182 182 … … 186 186 vocabulary = bed_letters 187 187 ), 188 default = [],188 defaultFactory=list, 189 189 ) 190 190
Note: See TracChangeset for help on using the changeset viewer.