From 133c0d48c81fe13e156fcdf40495751cd1f016a3 Mon Sep 17 00:00:00 2001 From: "b.ulrich" <b.ulrich@adito.de> Date: Thu, 17 Sep 2020 15:47:42 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?= =?UTF-8?q?=201064526][Manueller=20Besuchsvorschlag=20kann=20nicht=20gel?= =?UTF-8?q?=C3=B6scht=20werden]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recordcontainers/jdito/onDelete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/VisitRecommendation_entity/recordcontainers/jdito/onDelete.js b/entity/VisitRecommendation_entity/recordcontainers/jdito/onDelete.js index e63bd391cfc..56f62136799 100644 --- a/entity/VisitRecommendation_entity/recordcontainers/jdito/onDelete.js +++ b/entity/VisitRecommendation_entity/recordcontainers/jdito/onDelete.js @@ -1,5 +1,5 @@ import("Sql_lib"); import("system.vars"); -newWhere("AB_ATTRIBUTE.AB_ATTRIBUTEID", "$field.UID") +newWhere("VISITRECOMMENDATION.VISITRECOMMENDATIONID", "$field.UID") .deleteData(); \ No newline at end of file -- GitLab