AKZA#41248 Bij aanmaken vervolgmelding wordt geen hook functie aangeroepen
svn path=/Website/trunk/; revision=35137
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user