is_equal called on handle
svn: r19262
This commit is contained in:
parent
240a2b712f
commit
10b88a5cc0
@ -283,7 +283,8 @@ class Event(CitationBase, NoteBase, MediaBase, AttributeBase,
|
||||
index = 0
|
||||
olist = other.get_citation_list()
|
||||
for a in self.get_citation_list():
|
||||
if not a.is_equal(olist[index]):
|
||||
# see comment in srefs_are_equal in gen/plug/report/_bibliography.py
|
||||
if a != olist[index]:
|
||||
return False
|
||||
index += 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user