diff --git a/APPL/Shared/hookfunctions.inc b/APPL/Shared/hookfunctions.inc index ee9caea930..ab9715cda6 100644 --- a/APPL/Shared/hookfunctions.inc +++ b/APPL/Shared/hookfunctions.inc @@ -291,11 +291,8 @@ custfunc.fin_postsave = if (hook) { - __DoLog('before in hook'); - if ('fin_postsave' in hook) { - __DoLog('in hook'); + if ('fin_postsave' in hook) result = hook.fin_postsave(fin_factuur, presult); - } hook = null; // zorg dat de GC het object kan opruimen. } return result;