Preserve service item notes between edits

This commit is contained in:
Jonathan Corwin 2011-06-18 14:36:29 +01:00
parent 6f24d50316
commit 658d4c2ecf
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):
"""