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

[Projekt: xRM-Sales][TicketNr.: 1075673][Bei Neuanlage von Angebot kann...

[Projekt: xRM-Sales][TicketNr.: 1075673][Bei Neuanlage von Angebot kann Wahrscheinlichkeit nicht angepasst werden]
parent be6b9544
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@
<minValue v="0" />
<outputFormat>0'%'</outputFormat>
<groupable v="true" />
<textInputAllowed v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/probability/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/probability/valueProcess.js</valueProcess>
</entityField>
......
......@@ -4,5 +4,5 @@ import("system.vars");
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
{
result.string("0.00");
result.string("0");
}
\ 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