Changeset 13168 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 14 Jul 2015, 20:17:10 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/hostel.py
r13166 r13168 114 114 bt = 're' 115 115 bt = u'%s_%s_%s' % (self.special_handling,sex,bt) 116 uid = u'%s_%s_%d_%s' % (self.hostel_id,block,room_nr,bed) 116 uid = u'%s_%s_%d_%s' % ( 117 self.hostel_id,block,room_nr,bed) 117 118 if uid in self: 118 119 bed = self[uid] -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13129 r13168 2065 2065 if bed.__parent__.__parent__ is None: 2066 2066 self.flash(_( 2067 'System error: Please contact the admin sitrator.'),2067 'System error: Please contact the administrator.'), 2068 2068 type="warning") 2069 2069 self.context.writeLogMessage( -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt
r11432 r13168 9 9 <th i18n:translate="">Booking Date</th> 10 10 <th i18n:translate="">Bed Coordinates</th> 11 <th i18n:translate="">Bed Category</th>11 <th i18n:translate="">Bed Type</th> 12 12 </tr> 13 13 </thead>
Note: See TracChangeset for help on using the changeset viewer.