- Timestamp:
- 8 Dec 2014, 05:14:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py
r12166 r12167 1200 1200 1201 1201 def update(self): 1202 if not self.context.is_editable :1202 if not self.context.is_editable_by_customer: 1203 1203 emit_lock_message(self) 1204 1204 return
Note: See TracChangeset for help on using the changeset viewer.