16583 appeal pdf update

This commit is contained in:
2025-06-11 18:24:03 +01:00
parent a80fa87ea2
commit 5fc3b3867c
+16 -2
View File
@@ -526,8 +526,22 @@ export const AppealRow_pdf = (props) => {
"20",
}}
>
{tenant.pinswg_agriculturaltenantname ||
tenant.pinswg_owners}
{tenant?.pinswg_agriculturaltenantname_firstname &&
tenant.pinswg_agriculturaltenantname_firstname +
" " +
tenant.pinswg_agriculturaltenantname_lastname}
{tenant?.pinswg_owners_firstname &&
tenant.pinswg_owners_firstname +
" " +
tenant.pinswg_owners_lastname}
{
" "
}
{tenant?.pinswg_owners_email &&
tenant.pinswg_owners_email}
{tenant?.pinswg_agriculturaltenantname_email &&
tenant.pinswg_agriculturaltenantname_email}
</Text>
<Text