Added unique_note to the SourceRef, thanks to a patch from Mark Lewis.
svn: r1021
This commit is contained in:
parent
b7a0b76edc
commit
8479515577
@ -1805,6 +1805,9 @@ class SourceRef(Persistent):
|
|||||||
return 1
|
return 1
|
||||||
else:
|
else:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
def unique_note(self):
|
||||||
|
self.comments = Note(self.comments.get())
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user