Skip to content
Snippets Groups Projects
Commit 55ad67b4 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: xRM-Sales][TicketNr.: 1074034][Zahlenformate werden systemweit korrekt dargestellt]

parent 758a7260
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
<outputFormat>#,##0.00</outputFormat> <outputFormat>#,##0.00</outputFormat>
<inputFormat>#,##0.00</inputFormat> <inputFormat>#,##0.00</inputFormat>
<groupable v="true" /> <groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/volume/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
<entityConsumer> <entityConsumer>
<name>Organisations</name> <name>Organisations</name>
......
import("Util_lib");
import("system.vars");
import("system.translate");
import("system.result");
result.string(NumberUtils.formatWithCurrency(vars.get("$field.VOLUME"), translate.text("#0"), 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