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;