Stop the service item note getting lost if the service item is edited

bzr-revno: 1645
This commit is contained in:
Jonathan Corwin 2011-06-19 19:29:06 +01:00
commit 553353cf7e
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ class ServiceItem(object):
replace an original version.
"""
self._uuid = other._uuid
self.notes = other.notes
def __eq__(self, other):
"""