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 6c5e78ce15afa7f9d616862b5668583004116d1d..a5ffca5e0d4bac54fac0c49be506684de8dab181 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";