FSN#38567: BEZ: Uitchecken interne bezoeker geeft lange lijst voor innemen object.
svn path=/Website/trunk/; revision=31695
This commit is contained in:
@@ -141,7 +141,7 @@ function CheckOutCallback(json, textStatus)
|
||||
url = "../INS/ins_list.asp?urole=fo&embedded=1";
|
||||
if (json.prs_key > 0)
|
||||
url += "&prs_key=" + json.prs_key;
|
||||
else (json.cps_key > 0)
|
||||
else if (json.cps_key > 0)
|
||||
url += "&cps_key=" + json.cps_key;
|
||||
FcltMgr.openModalDetail(url, L("lcl_bez_insinn_objects"), {width: 800});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user