27.02.26
This commit is contained in:
@@ -31,7 +31,7 @@ class Sale(metaclass=PoolMeta):
|
|||||||
def report_agent(self):
|
def report_agent(self):
|
||||||
if self.agent:
|
if self.agent:
|
||||||
return (self.agent.party.address_get(
|
return (self.agent.party.address_get(
|
||||||
type='invoice')).full_address
|
type='delivery')).full_address
|
||||||
else:
|
else:
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user