Skip to content
Snippets Groups Projects
Commit 3bc18f72 authored by Johannes Goderbauer's avatar Johannes Goderbauer Committed by Benjamin Ulrich
Browse files

Campaigncost overview: total sum was not a number sometimes (NaN)

parent 3363b41f
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
import("system.eMath");
result.string(parseFloat(vars.get("$field.VariableCosts")) + parseFloat(vars.get("$field.FixCosts")));
\ No newline at end of file
result.string(eMath.addDec(vars.get("$field.VariableCosts"), vars.get("$field.FixCosts")));
\ 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