From 5fc3b3867ce0a4ead0c9e2c477f77ea828ac96a9 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Wed, 11 Jun 2025 18:24:03 +0100 Subject: [PATCH] 16583 appeal pdf update --- components/pdftemplates/appealRow_pdf.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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}