Skip to content
Snippets Groups Projects
Commit b6d7d5ae authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: xRM-Sales][TicketNr.: 2001092][Offer Discount kann immer noch...

[Projekt: xRM-Sales][TicketNr.: 2001092][Offer Discount kann immer noch bearbeitet werden wenn offer status lost]
parent c2b057cd
No related branches found
No related tags found
No related merge requests found
......@@ -957,6 +957,7 @@
<contentType>NUMBER</contentType>
<outputFormat>0.00'%'</outputFormat>
<inputFormat>0.00</inputFormat>
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/discount/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/discount/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Offer_entity/entityfields/discount/onValueChange.js</onValueChange>
<onValueChangeTypes>
......
import("system.vars");
import("system.result");
import("system.neon");
import("Offer_lib");
result.string(OfferUtils.isEditable(vars.get("$field.STATUS")) ? neon.COMPONENTSTATE_AUTO : neon.COMPONENTSTATE_DISABLED);
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