From 7730d3db87a7ab7a6ec9b22a4a06e5a68156f0aa Mon Sep 17 00:00:00 2001 From: Sascha Schmidt <s.schmidt@adito.de> Date: Wed, 20 Oct 2021 14:52:53 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=201084848][Fehlende=20Imports=20f=C3=BCr=20verlinkte=20Objekte?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/LeadLog_entity/grantDeleteProcess.js | 1 + 1 file changed, 1 insertion(+) diff --git a/entity/LeadLog_entity/grantDeleteProcess.js b/entity/LeadLog_entity/grantDeleteProcess.js index cea08cc1f6..847bb1a9a2 100644 --- a/entity/LeadLog_entity/grantDeleteProcess.js +++ b/entity/LeadLog_entity/grantDeleteProcess.js @@ -1,5 +1,6 @@ import("system.vars"); import("system.result"); +import("Entity_lib"); var leadLogId = vars.get("$field.LEADLOGID"); -- GitLab