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 @property
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') type='invoice')).full_address
else: else:
return '' return ''