FCLT#56926 Compatibility gegarandeerd tussen S(puo_notificationxsl) = "" (2019.1) en de 2018.2 (voor tijdens de upgrade)

svn path=/Website/branches/v2018.2/; revision=41528
This commit is contained in:
2019-03-13 12:36:00 +00:00
parent f33515cd70
commit 863ab3783a

View File

@@ -634,7 +634,7 @@ function getXslName(pNode)
{
var fso = new ActiveXObject("Scripting.FileSystemObject");
var resxslsheet = S("puo_notificationxsl").toLowerCase() || "";
if (resxslsheet == "xsl/cust.xsl")
if (resxslsheet == "xsl/cust.xsl" || resxslsheet == "") // De laatste is een 'forward compatible'-patch voor tijdens de 2018 -> 2019.1 upgrade
{
var custIDxsl = "xsl/" + customerId.toLowerCase() + ".xsl";
if (fso.FileExists(custabspath + "/" + custIDxsl))