more
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -280,6 +280,9 @@ const DocEditPage = (props) => {
|
||||
if (!docType) {
|
||||
return;
|
||||
}
|
||||
if (docType != "combined-numbered") {
|
||||
return;
|
||||
}
|
||||
if (docType == "combined-numbered") {
|
||||
setIsLoading(true);
|
||||
generateRespIncominIrregDiscReq(documentId, clientPosition);
|
||||
|
||||
Reference in New Issue
Block a user