AKZA#41248 Bij aanmaken vervolgmelding wordt geen hook functie aangeroepen

svn path=/Website/trunk/; revision=35137
This commit is contained in:
Jos Groot Lipman
2017-08-29 10:46:00 +00:00
parent 17ef0d4778
commit e9c2d24c49

View File

@@ -323,6 +323,13 @@ while (!oRs.eof)
}
oRs.MoveNext();
}
// Klantspecifieke check functie (hookfunction) voor de invoer
var pResult = new HookResult();
if (!custfunc.mld_postsave(new_mld_key, pResult))
{
abort_with_warning(pResult.errmsg);
}
%>
<script type="text/javascript">
function afsluitenVervolg()