From 35ae880f4c97e32656b75ddf561573e05366b7c1 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 28 Feb 2019 08:16:15 +0100
Subject: [PATCH] Forecast frage

---
 process/Salesproject_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js
index fa2999b7f3..6dc6f5ed71 100644
--- a/process/Salesproject_lib/process.js
+++ b/process/Salesproject_lib/process.js
@@ -5,7 +5,6 @@ import("system.translate");
 import("system.db");
 import("system.eMath");
 import("system.question");
-import("system.logging");
 import("Util_lib");
 import("Keyword_lib");
 
@@ -69,6 +68,7 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec
 Salesproject.notifyToUpdateForecast = function() {
     // 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