Merged PR 1172: update drop down
update drop down Related work items: #11308
This commit is contained in:
@@ -322,12 +322,16 @@ let MakeRepresentation = (props) => {
|
|||||||
todaysDate <= statementDueDate &&
|
todaysDate <= statementDueDate &&
|
||||||
buildArr.push("Statement");
|
buildArr.push("Statement");
|
||||||
|
|
||||||
currentView.caseReference.appealType != 846040004 ||
|
currentView.caseReference.appealType != 846040004 &&
|
||||||
(currentView.caseReference.appealType == 846040004 &&
|
todaysDate >= statementDueDate &&
|
||||||
currentView.caseReference.specialistProcess != 846040001 &&
|
todaysDate <= finalCommentsDate &&
|
||||||
todaysDate >= statementDueDate &&
|
buildArr.push("Final comments");
|
||||||
todaysDate <= finalCommentsDate &&
|
|
||||||
buildArr.push("Final comments"));
|
currentView.caseReference.appealType == 846040004 &&
|
||||||
|
currentView.caseReference.specialistProcess != 846040001 &&
|
||||||
|
todaysDate >= statementDueDate &&
|
||||||
|
todaysDate <= finalCommentsDate &&
|
||||||
|
buildArr.push("Final comments");
|
||||||
|
|
||||||
return buildArr;
|
return buildArr;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user