diff --git a/mixin.py b/mixin.py index 1ffdd6f..555eb3c 100644 --- a/mixin.py +++ b/mixin.py @@ -258,11 +258,7 @@ class EdocumentMixin(object): if party and party.identifiers: for x in party.identifiers: if x.type in legal_types: - if x.address: - if x.address == address: - result.append((x.rec_name, {'schemeID': '0002'})) - else: - result.append((x.rec_name, {'schemeID': '0002'})) + result.append((x.rec_name, {'schemeID': '0002'})) return result # end EdocumentMixin