Skip to content
Snippets Groups Projects
Commit e725fd46 authored by Johannes Hörmann's avatar Johannes Hörmann Committed by Sophia Leierseder
Browse files

make VAT und UNIT readonly in offer / order

parent 8c59ede5
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
<contentType>NUMBER</contentType> <contentType>NUMBER</contentType>
<outputFormat>0.00'%'</outputFormat> <outputFormat>0.00'%'</outputFormat>
<inputFormat>0.00</inputFormat> <inputFormat>0.00</inputFormat>
<state>READONLY</state>
</entityField> </entityField>
<entityParameter> <entityParameter>
<name>OfferId_param</name> <name>OfferId_param</name>
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
<name>UNIT</name> <name>UNIT</name>
<title>Unit</title> <title>Unit</title>
<consumer>KeywordQuantityUnits</consumer> <consumer>KeywordQuantityUnits</consumer>
<state>READONLY</state>
<displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
<entityField> <entityField>
...@@ -105,7 +106,7 @@ ...@@ -105,7 +106,7 @@
<contentType>NUMBER</contentType> <contentType>NUMBER</contentType>
<outputFormat>0.00'%'</outputFormat> <outputFormat>0.00'%'</outputFormat>
<inputFormat>0.00</inputFormat> <inputFormat>0.00</inputFormat>
<state>AUTO</state> <state>READONLY</state>
</entityField> </entityField>
<entityParameter> <entityParameter>
<name>OrderId_param</name> <name>OrderId_param</name>
......
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