From d8a12ac12070c8c2807d62e003135106e8cf7094 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 28 Feb 2019 09:25:15 +0100
Subject: [PATCH] fixes

---
 process/Salesproject_lib/process.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js
index 6dc6f5ed71..cadd2a4a1b 100644
--- a/process/Salesproject_lib/process.js
+++ b/process/Salesproject_lib/process.js
@@ -1,3 +1,4 @@
+import("system.logging");
 import("system.neon");
 import("system.vars");
 import("system.util");
@@ -7,7 +8,7 @@ import("system.eMath");
 import("system.question");
 import("Util_lib");
 import("Keyword_lib");
-
+import("system.neonTools");
 /**
  * Methods used by the Salesproject.
  * Do not create an instance of this!
@@ -66,9 +67,8 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec
  * Notify the user to update the forecast
  */
 Salesproject.notifyToUpdateForecast = function() {
-    // TODO: logging.show durch sinnvolle Meldung ersetzen oder ähnlich...
+   // TODO: logging.show durch sinnvolle Meldung ersetzen oder ähnlich...
    // logging.show(translate.text("Please update the forecast."));
-   // question.showMessage(translate.text("Please update the forecast."), question.INFORMATION, translate.text("Forecast"));
 }
 
 /**
-- 
GitLab