16583 appeal pdf update
This commit is contained in:
@@ -526,8 +526,22 @@ export const AppealRow_pdf = (props) => {
|
|||||||
"20",
|
"20",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{tenant.pinswg_agriculturaltenantname ||
|
{tenant?.pinswg_agriculturaltenantname_firstname &&
|
||||||
tenant.pinswg_owners}
|
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>
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
|
|||||||
Reference in New Issue
Block a user