From 44175ec72571863f140980039b29a9d0bfb959bd Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Thu, 31 Aug 2023 17:16:16 +0000 Subject: [PATCH] AAIT#78162 Syntaxfix svn path=/Database/trunk/; revision=61680 --- BES/BES_TRI.SRC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BES/BES_TRI.SRC b/BES/BES_TRI.SRC index 101d664f..0e126c0b 100644 --- a/BES/BES_TRI.SRC +++ b/BES/BES_TRI.SRC @@ -55,7 +55,7 @@ BEGIN -- Beoordeling van de bestelling IF (:new.bes_bestelling_satisfaction IS NOT NULL - AND (:old.bes_bestelling_satisfaction IS NULL OR :old.bes_bestelling_satisfaction <> :new.bes_bestelling_satisfaction) + AND (:old.bes_bestelling_satisfaction IS NULL OR :old.bes_bestelling_satisfaction <> :new.bes_bestelling_satisfaction)) THEN fac.trackaction('BESLIK', :old.bes_bestelling_key, NULL , SYSDATE, REPLACE(lcl.l('lcl_faclike_changed'), '{0}', :new.bes_bestelling_satisfaction)); END IF;