Merged PR 1676: 17124 appeal pdf default ishare location added

17124 appeal pdf default ishare location added

Related work items: #17124
This commit is contained in:
Robert Bond
2025-06-13 14:34:01 +00:00
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -369,6 +369,8 @@ export const createAppealPDFBlob = async (
containerid: containerName, containerid: containerName,
caseID: caseID, caseID: caseID,
blobType: "Appeal PDF", blobType: "Appeal PDF",
documentLocationId: "846040000",
ishareLocation: "846040000",
}; };
//console.log("the tags:", tags); //console.log("the tags:", tags);
+2 -2
View File
@@ -505,9 +505,9 @@ export const AppealRow_pdf = (props) => {
.value .value
].map( ].map(
(tenant, index) => { (tenant, index) => {
return typeof tenant.pinswg_owners != return typeof tenant.pinswg_owners_firstname !=
"undefined" || "undefined" ||
typeof tenant.pinswg_agriculturaltenantname != typeof tenant.pinswg_agriculturaltenantname_firstname !=
"undefined" ? ( "undefined" ? (
<View <View
key={ key={