- Timestamp:
- 1 Jul 2015, 20:22:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13108 r13129 2322 2322 2323 2323 def update(self): 2324 P WCHANGE_STATES = getUtility(IStudentsUtils).PWCHANGE_STATES2325 if self.context.student.state not in P WCHANGE_STATES:2324 PORTRAIT_CHANGE_STATES = getUtility(IStudentsUtils).PORTRAIT_CHANGE_STATES 2325 if self.context.student.state not in PORTRAIT_CHANGE_STATES: 2326 2326 emit_lock_message(self) 2327 2327 return
Note: See TracChangeset for help on using the changeset viewer.