WEND#88515 Hangende notificatie wordt telkens weer geprobeerd
svn path=/Website/branches/v2025.1/; revision=68688
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user