This commit is contained in:
2026-02-26 20:32:42 +01:00
parent a724e0a086
commit 2c38d2742b

View File

@@ -30,8 +30,8 @@ class Sale(metaclass=PoolMeta):
@property
def report_agent(self):
if self.agent:
return self.agent.party.address_get(
type='invoice')
return (self.agent.party.address_get(
type='invoice')).full_address
else:
return ''