diff --git a/modules/bred/bred/transfer_pages.py b/modules/bred/bred/transfer_pages.py index 8d4a86fea990f38b69f4240a66f1f24e0beb54df..32f6df8fea91f5b8cb760855620a8cf3f3359ab6 100644 --- a/modules/bred/bred/transfer_pages.py +++ b/modules/bred/bred/transfer_pages.py @@ -72,6 +72,9 @@ class RecipientListPage(LoggedPage, JsonPage): @method class iter_external_recipients(DictElement): item_xpath = 'content/listeComptesCExternes' + # The id is the iban, and exceptionally there could be the same + # recipient multiple times when the bic of the recipient changed + ignore_duplicate = True class item(ItemElement): klass = Recipient