diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js
index 6dc6f5ed71c4e248c485db4b7e39a1ff06ab0c01..cadd2a4a1b46dffb081cc55939a6a5769624c2dd 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"));
 }
 
 /**