From a65426688307ed138e98524d1c76ca5d150b68f9 Mon Sep 17 00:00:00 2001 From: Stuart Morse Date: Wed, 22 Nov 2023 09:29:33 -0800 Subject: [PATCH] CSBVC-52 add new excluded document type RFSR --- api/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/appsettings.json b/api/appsettings.json index 61c62052..24085b2b 100644 --- a/api/appsettings.json +++ b/api/appsettings.json @@ -32,6 +32,6 @@ "FileExpiryMinutes": "2" }, "MaximumArchiveDocumentCount": "100", - "ExcludeDocumentTypeCodesForCounsel": "IPR,SRR,RFR,SCL,VOC,CAR,RFS,WAA,WAE,WAW,WFA,WOA,WOC,WOI,FULL,OI,FF" + "ExcludeDocumentTypeCodesForCounsel": "IPR,SRR,RFR,SCL,VOC,CAR,RFS,RFSR,WAA,WAE,WAW,WFA,WOA,WOC,WOI,FULL,OI,FF" }