FCLT#85298 Licentieklanten versie-informatie via helpserver
svn path=/Website/branches/v2024.2/; revision=66065
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user