fixes for Tryton 6.0
This commit is contained in:
parent
377c94e49b
commit
5fe160b175
1 changed files with 1 additions and 5 deletions
6
mixin.py
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue