diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 82361923c..ad762e326 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -354,6 +354,7 @@ class ServiceItem(object): replace an original version. """ self._uuid = other._uuid + self.notes = other.notes def __eq__(self, other): """