FSN#49607: Notificatie bij doorsturen LOGC.

svn path=/Website/branches/v2017.2/; revision=36003
This commit is contained in:
Maykel Geerdink
2017-11-15 11:49:26 +00:00
parent eb41d446f0
commit 1345e207bf

View File

@@ -181,6 +181,12 @@ else
}
mld.nextworkflowstep(mld_key, -1); // Is de nieuwe een workflowstart?
}
// Submit additional tracking MLDBEH/MLDBE2 als behandelaar is aangepast.
if (old_beh != sBehandel)
{ // Anders is-ie niet veranderd.
mld.trackbehandelaar(mld_key, sBehandel);
}
}
Response.Write(JSON.stringify(result));