From aa2ada5dfae60d0ee7ab343c878fa54d53cdbc35 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 26 Sep 2016 13:32:00 +0000
Subject: [PATCH] SSDM-4150 : Company name label renamed

SVN: 37114
---
 .../1/as/webapps/eln-lims/html/js/config/StandardProfile.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
index 6c5e78ce15a..a5ffca5e0d4 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
@@ -513,7 +513,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, {
 							
 							var page = languageLabels["DATE_LABEL"] + ": " + Util.getFormatedDate(new Date(registrationDate));
 								page += "\n";
-								page += languageLabels["SUPPLIER_LABEL"] + ": " + provider.properties["NAME"];
+								page += languageLabels["SUPPLIER_LABEL"] + ": " + provider.properties["COMPANY_NAME"];
 								page += "\n";
 								page += languageLabels["CONTACT_INFO_LABEL"] + ":";
 								page += "\n";
-- 
GitLab