FSN#49467 bugfix; behandelaar gegevens werden verkeerd doorgegeven bij onChangeVakgroep
svn path=/Website/branches/v2017.2/; revision=35938
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user