ARBO#39295 Door nieuwe Fcltmgr.alert klopte context voor redirect niet

svn path=/Website/branches/v2016.3/; revision=32632
This commit is contained in:
Jos Groot Lipman
2017-01-31 13:52:17 +00:00
parent a7c31588c2
commit b46744dd1d

View File

@@ -77,7 +77,7 @@ FCLTHeader.Requires({plugins:["suggest","jQuery"],
FcltMgr.confirm(L("lcl_bes_confirm_embargo"), { autoconfirm: autoConf }, function() {
if (FcltMgr.startEdit(window))
{
window.location.href = "bes_edit_bestelling.asp?urole=<%=urole%>&bes_key=<%=bes_key%>&embedded=1"
window.location.href = "../bes/bes_edit_bestelling.asp?urole=<%=urole%>&bes_key=<%=bes_key%>&embedded=1"
}
});
}