fixes for Tryton 6.0
This commit is contained in:
parent
377c94e49b
commit
5fe160b175
1 changed files with 1 additions and 5 deletions
4
mixin.py
4
mixin.py
|
@ -258,10 +258,6 @@ 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'}))
|
||||
return result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue