FCLT#56926 Fallback naar <<customerId>>.xsl toegevoegd

svn path=/Website/trunk/; revision=41526
This commit is contained in:
2019-03-13 12:21:29 +00:00
parent 7236c69fed
commit 7643eb90a3

View File

@@ -640,6 +640,9 @@ function getXslName(pNode)
resxslsheet = "xsl/" + pNode + ".xsl";
}
if (resxslsheet == "" || !fso.FileExists(custabspath + "/" + resxslsheet))
resxslsheet = "xsl/" + customerId.toLowerCase() + ".xsl";
if (!fso.FileExists(custabspath + "/" + resxslsheet))
resxslsheet = "../../appl/shared/default.xsl";