Skip to content
Snippets Groups Projects
Commit 2044f376 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfix colorProcess TurnoverPercentDiff in Organisation_entity

parent ae3eda46
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ var ret;
var turnoverPercentDiff = parseInt(vars.get("$field.TurnoverPercentDiff"));
if(turnoverPercentDiff > 0)
ret = neon.PRIORITY_LOW_COLOR;
result.string(neon.PRIORITY_LOW_COLOR);
else if (turnoverPercentDiff < 0)
ret = neon.PRIORITY_HIGH_COLOR;
result.string(ret);
\ No newline at end of file
result.string(neon.PRIORITY_HIGH_COLOR);
\ No newline at end of file
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