diff --git a/components/pdftemplates/appealRow_pdf.js b/components/pdftemplates/appealRow_pdf.js index 06609d61..f83d2f58 100644 --- a/components/pdftemplates/appealRow_pdf.js +++ b/components/pdftemplates/appealRow_pdf.js @@ -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}