This commit is contained in:
Kenneth Jannette
2024-03-15 03:25:12 -05:00
parent 5db7c56912
commit a809615c21
2 changed files with 5 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const CaseDetailsPage = () => {
const data = doc.data();
if (data.docType != undefined) {
console.log(
"getDocument has returned docType---------------------------------------------------------------",
"* * *getDocument has returned docType---------------------------------------------------------------",
data.docType
);
const caseId = data.parentCaseId;
@@ -65,7 +65,7 @@ const CaseDetailsPage = () => {
);
} else if (docType == "combined-numbered") {
console.log(
"docType is equal to combined-numbered~~~~~~~>>>~~~~~~~~~~~~~~~~~~~~~~"
"docType IS FUCKING EQUAL TO ^^^^^^^ combined-numbered~~~~~~~>>>~~~~~~~~~~~~~~~~~~~~~~"
);
const responseGenerations = 0;
navigate(

View File

@@ -280,6 +280,9 @@ const DocEditPage = (props) => {
if (!docType) {
return;
}
if (docType != "combined-numbered") {
return;
}
if (docType == "combined-numbered") {
setIsLoading(true);
generateRespIncominIrregDiscReq(documentId, clientPosition);