Skip to content
Snippets Groups Projects
Commit ad5f5cd5 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix

parent e30347e5
No related branches found
No related tags found
No related merge requests found
import("Salesproject_lib");
notifyToUpdateForecast()
\ No newline at end of file
Salesproject.notifyToUpdateForecast()
\ No newline at end of file
......@@ -15,7 +15,7 @@ vars.get("$local.changed").forEach(function(fieldName) {
fieldVar = "$field.STATE";
break;
}
if (typeValue) {
Salesproject.insertMilestone(vars.getString("$field.SALESPROJECTID"), typeValue, vars.getString(fieldVar), true);
}
......
......@@ -56,7 +56,7 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec
[util.getNewUUID(), salesprojectId, type, value, vars.get("$sys.date")]);
if (notifyForecast) {
this.notifyToUpdateForecast()
Salesproject.notifyToUpdateForecast()
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment