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:
|
if party and party.identifiers:
|
||||||
for x in party.identifiers:
|
for x in party.identifiers:
|
||||||
if x.type in legal_types:
|
if x.type in legal_types:
|
||||||
if x.address:
|
result.append((x.rec_name, {'schemeID': '0002'}))
|
||||||
if x.address == address:
|
|
||||||
result.append((x.rec_name, {'schemeID': '0002'}))
|
|
||||||
else:
|
|
||||||
result.append((x.rec_name, {'schemeID': '0002'}))
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
# end EdocumentMixin
|
# end EdocumentMixin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue