From 60a43d7954f91d57f527763d8d46c969db100794 Mon Sep 17 00:00:00 2001
From: d-now-adito <d.nowack@adito.de>
Date: Thu, 11 Nov 2021 09:44:38 +0100
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Sales][TicketNr.:=201075183][Be?=
 =?UTF-8?q?i=20Beleg=20kann=20ein=20Vertriebsprojekt=20zu=20falschen=20Emp?=
 =?UTF-8?q?f=C3=A4nger=20abgespeichert=20werden]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/Order_entity/entityfields/object_rowid/valueProcess.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/entity/Order_entity/entityfields/object_rowid/valueProcess.js b/entity/Order_entity/entityfields/object_rowid/valueProcess.js
index 723534005c..2d2ca846a9 100644
--- a/entity/Order_entity/entityfields/object_rowid/valueProcess.js
+++ b/entity/Order_entity/entityfields/object_rowid/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.neon");
 import("system.vars");
 import("system.result");
@@ -29,7 +28,6 @@ if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$this.
                                             .from("SALESPROJECT")
                                             .where("SALESPROJECT.CONTACT_ID",  contactId)
                                             .arrayColumn();
-
             if(salesProjectIds.length == 1)
             {
                 result.string(salesProjectIds[0]);
-- 
GitLab