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:
@@ -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);
|
||||||
|
|||||||
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user