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

fix volume fieldgroup salesproject

parent e43d468b
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ import("system.result");
import("system.vars");
import("system.translate");
result.string(vars.get("$field.PROBABILITY") + " " + translate.text("${THOUSAND_SHORT}") + " " + translate.text("${EURO_SIGN}"));
\ No newline at end of file
result.string(vars.get("$field.VOLUME") + " " + translate.text("${THOUSAND_SHORT}") + " " + translate.text("${EURO_SIGN}"));
\ 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