FCLT#85298 Licentieklanten versie-informatie via helpserver

svn path=/Website/branches/v2024.2/; revision=66065
This commit is contained in:
Jos Groot Lipman
2024-08-29 08:58:30 +00:00
parent 84301f1c7c
commit 12d802390d

View File

@@ -47,7 +47,7 @@ if (usedefault)
helppage_url = "" + oRs("fac_setting_default").value;
}
var url = helppage_url+"?mod="+Server.URLencode(module)+"&file="+Server.URLencode(file)+"&cust="+customerId
var url = helppage_url+"?mod="+Server.URLencode(module)+"&file="+Server.URLencode(file)+"&cust="+customerId + "&fcltversion="+FCLTVersion;
if (S("iLearning_enabled")==1)
url += '&ilearning=1';