diff --git a/actions/selectQueryTypes.js b/actions/selectQueryTypes.js
index edf9ae11..c11e80e5 100644
--- a/actions/selectQueryTypes.js
+++ b/actions/selectQueryTypes.js
@@ -4,7 +4,7 @@ export const getSelectQuery = (appealTypeName) => {
return "&$select=_pinswg_appellant_value,pinswg_name,pinswg_siteaddresscounty,pinswg_siteaddressline1,pinswg_siteaddressline2,pinswg_siteaddresspostcode,pinswg_siteaddresstown,_pinswg_associatedlpa_value,pinswg_casedecisiondate,pinswg_dateeventrequested,pinswg_decision,pinswg_procedure,pinswg_questionnaireduedate,statuscode";
break;
case "pinswg_callinss77s":
- return "&$select=_pinswg_appellant_value,pinswg_name,pinswg_siteaddresscounty,pinswg_siteaddressline1,pinswg_siteaddressline2,pinswg_siteaddresspostcode,pinswg_siteaddresstown,_pinswg_associatedlpa_value,pinswg_casedecisiondate,pinswg_dateeventrequested,pinswg_decision,pinswg_finalcommentsduedate,pinswg_procedure,pinswg_proofsofevidencewrittenstatementsofeviden,pinswg_questionnaireduedate,pinswg_startdate,statuscode";
+ return "&$select=_pinswg_appellant_value,pinswg_name,pinswg_siteaddresscounty,pinswg_siteaddressline1,pinswg_siteaddressline2,pinswg_siteaddresspostcode,pinswg_siteaddresstown,_pinswg_associatedlpa_value,pinswg_casedecisiondate,pinswg_dateeventrequested,pinswg_decision,pinswg_finalcommentsduedate,pinswg_procedure,pinswg_proofsofevidencewrittenstatementsofeviden,pinswg_questionnaireduedate,pinswg_startdate,statuscode,pinswg_dateexportedtoiss";
break;
case "pinswg_commonlands":
case "pinswg_environmentalpermittings":
diff --git a/components/case/documents.js b/components/case/documents.js
index 86c1ed4c..21218c5c 100644
--- a/components/case/documents.js
+++ b/components/case/documents.js
@@ -68,7 +68,7 @@ const DocumentDetails = (props) => {
>
diff --git a/components/case/summaryTypes/pinswg_callinss77id.js b/components/case/summaryTypes/pinswg_callinss77id.js
index 4015e18a..d28cd5e3 100644
--- a/components/case/summaryTypes/pinswg_callinss77id.js
+++ b/components/case/summaryTypes/pinswg_callinss77id.js
@@ -259,6 +259,31 @@ const Pinswg_callinss77id = (props) => {
)}
+
+
+ {t(
+ "case:summary-date-exported-to-iss-label"
+ )}
+
+
+ {_.has(
+ detailsObj,
+ "pinswg_dateexportedtoiss"
+ )
+ ? !_.isEmpty(
+ detailsObj.pinswg_dateexportedtoiss
+ )
+ ? formatDates(
+ detailsObj.pinswg_dateexportedtoiss
+ )
+ : t(
+ "case:summary-no-date-entered-label"
+ )
+ : t(
+ "case:summary-no-date-entered-label"
+ )}
+
+
{t(
diff --git a/locales/cy/case.json b/locales/cy/case.json
index 1675e417..a65451fc 100644
--- a/locales/cy/case.json
+++ b/locales/cy/case.json
@@ -30,6 +30,7 @@
"summary-start-date-label": "Dyddiad Dechrau",
"summary-questionnaire-due-date-label": "Holiadur i ddod",
"summary-statement-due-date-label": "Datganiad(au) i ddod",
+ "summary-date-exported-to-iss-label": "Dyddiad allforio i ISS",
"summary-interested-party-date-label": "Sylwadau Parti รข Buddiant i ddod",
"summary-applicant-final-comments-date-label": "Sylwadau Terfynol yr Apelydd/ACLl i ddod",
"summary-inquiry-evidence-date-label": "Tystiolaeth yr Ymchwiliad i ddod",
@@ -48,6 +49,7 @@
"documents-count-label-2": "dogfennau",
"documents-count-label-1a": "Mae yna",
"documents-count-label-2a": "dogfen",
+ "documents-show-label": "Sioe",
"summary-application-accepted-as-valid": "Derbynnir cais fel un dilys",
"summary-application-rejected-as-invalid": "Gwrthodwyd y cais fel Ymfudwr",
"summary-confirm-request-to-vary-application": "Cadarnhewch y cais i amrywio cais",
diff --git a/locales/en/case.json b/locales/en/case.json
index 1f7fd05c..ad0dc2c4 100644
--- a/locales/en/case.json
+++ b/locales/en/case.json
@@ -30,6 +30,7 @@
"summary-start-date-label": "Start Date",
"summary-questionnaire-due-date-label": "Questionnaire due",
"summary-statement-due-date-label": "Statement(s) due",
+ "summary-date-exported-to-iss-label": "Date exported to ISS",
"summary-interested-party-date-label": "Interested Party Comments due",
"summary-applicant-final-comments-date-label": "Appellant/LPA Final Comments due",
"summary-inquiry-evidence-date-label": "Inquiry Evidence due",
@@ -48,6 +49,7 @@
"documents-count-label-2": "documents",
"documents-count-label-1a": "There is",
"documents-count-label-2a": "document",
+ "documents-show-label": "Show",
"summary-application-accepted-as-valid": "Application Accepted as Valid",
"summary-application-rejected-as-invalid": "Application rejected as Invalid",
"summary-confirm-request-to-vary-application": "Confirm Request to Vary Application",