FSN#49467 bugfix; behandelaar gegevens werden verkeerd doorgegeven bij onChangeVakgroep

svn path=/Website/branches/v2017.2/; revision=35938
This commit is contained in:
2017-11-09 11:29:22 +00:00
parent 84d79659d1
commit 0f4396fd7a

View File

@@ -137,10 +137,10 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
function onChangeVakgroep(vakgroep_key)
{
// Melding leegmaken
sgStdm.setValue(-1, "", true, false, null, true);
sgStdm.setValue(-1, "", false, false, null, true);
sgStdm.CheckJustOne();
if (window.sgBehandelaar)
sgBehandelaar.setValue(sgBehandelaar.sgkey, sgBehandelaar.sgcurrentvalue, false /*doonChange*/, true /*checkExist*/);
sgBehandelaar.setValue($("#sBehandel").val(), $("#sBehandel_show").val(), false /*doonChange*/, true /*checkExist*/);
}
function process_stdm_info(data, textStatus)