diff --git a/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py b/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py
index 2b7a020d67ae0d3bb8d3d8e4817365cad28ce0de..7e0589f2ac9c12a2b0ce6587b4892118d2da7b94 100644
--- a/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py
+++ b/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py
@@ -187,7 +187,7 @@ def updateDataSet(tr, parameters, tableBuilder):
 	metadata = parameters.get("metadata"); #java.util.LinkedHashMap<String, String> where the key is the name
 	dataSet = tr.getDataSetForUpdate(dataSetCode);
 	#Hack - Fix Sample Lost bug from openBIS, remove when SSDM-1979 is fix
-	#In new openBIS versions if you set the already existing sample when doing a dataset update is deleted
+	#Found in S211: In new openBIS versions if you set the already existing sample when doing a dataset update is deleted
 	#sampleIdentifier = parameters.get("sampleIdentifier"); #String
 	#dataSetSample = getSampleByIdentifierForUpdate(tr, sampleIdentifier);
 	#dataSet.setSample(dataSetSample);