WEND#88515 Hangende notificatie wordt telkens weer geprobeerd

svn path=/Website/branches/v2025.1/; revision=68688
This commit is contained in:
Jos Groot Lipman
2025-04-08 12:06:47 +00:00
parent 9583267077
commit 124e8bf9a0

View File

@@ -1150,7 +1150,7 @@ function notificationPRS(rec, params)
finally
{
// == DONE prs_bedrijfadres ==
if (SendOrderResult.resultcode == 0 || SendOrderResult.resultcode == 2)
if (SendOrderResult && (SendOrderResult.resultcode == 0 || SendOrderResult.resultcode == 2))
{
if (clearNotifications)
{