Merge v5.3.3 Gold C en later patches
svn path=/Website/trunk/; revision=20336
This commit is contained in:
@@ -172,7 +172,10 @@ function FcltGetRefInfoCallback(json)
|
||||
{
|
||||
$('#lev_uit').click(function()
|
||||
{
|
||||
refurl = "appl/prs/prs_bedrijf.asp?bedrijf_key=" + json.lev_uit_key;
|
||||
if (json.lev_uit_type == "B")
|
||||
refurl = "appl/prs/prs_bedrijf.asp?bedrijf_key=" + json.lev_uit_key;
|
||||
else
|
||||
refurl = "appl/prs/prs_perslid.asp?prs_key=" + json.lev_uit_key;
|
||||
FcltMgr.openDetail(refurl);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user