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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user