Changeset 13439 for main/waeup.kofa/trunk
- Timestamp:
- 11 Nov 2015, 21:31:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13396 r13439 2170 2170 if acc_details['bt'] == self.context.bed_type and \ 2171 2171 self.context.bed != None and \ 2172 self.context.bed.bed_type == self.context.bed_type: 2172 self.context.bed.bed_type == self.context.bed_type and \ 2173 self.context.bed.__parent__.__parent__ : 2173 2174 self.flash(_("Student can't be relocated."), type="warning") 2174 2175 self.redirect(self.url(self.context))
Note: See TracChangeset for help on using the changeset viewer.