diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/RSSPoc2Service.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/RSSPoc2Service.java index 61b6dfa..337c47e 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/RSSPoc2Service.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/RSSPoc2Service.java @@ -103,7 +103,7 @@ public class RSSPoc2Service { resultMap.put("Experimental_Starting_Date", getExperimentalStartDate(redactionLog)); resultMap.put("Experimental_Completion_Date", getExperimentalEndDate(redactionLog)); resultMap.put("GLP_Study", getGlpStudy(redactionLog)); - resultMap.put("Certificate_of_Analysis,_Batch_Identification", getBatchNumber(redactionLog)); + resultMap.put("Certificate_of_Analysis_Batch_Identification", getBatchNumber(redactionLog)); resultMap.put("TEST_GUIDELINES_1", getTestGuideline1(redactionLog)); var testGuideline2 = getTestGuideline2(redactionLog); resultMap.put("TEST_GUIDELINES_2", testGuideline2 == null ? "" : testGuideline2);