Fix bug fusion manuelle
This commit is contained in:
parent
5a7cc080c7
commit
c857294345
@ -641,7 +641,7 @@ class MergeDuplicates(Form):
|
||||
result = []
|
||||
for s in selected:
|
||||
for e in self.duplicates.get_duplicated():
|
||||
if e.pk == selected:
|
||||
if e.pk == s:
|
||||
result.append(e)
|
||||
break
|
||||
return result
|
||||
|
Loading…
Reference in New Issue
Block a user