Skip to content
Snippets Groups Projects
Commit a35a8127 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '1044969-Wrong-Fieldname' into '2020.0'

#1044969 - Fixed wrong field naming, of the field: "Cancelled" in the order...

See merge request xrm/basic!137
parents bace8f4c 3408ac97
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@
<entityField>
<name>CANCELLATION</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/cancellation/documentation.adoc</documentation>
<title>Cancelled</title>
<title>${ORDER_CANCELLED}</title>
<contentType>BOOLEAN</contentType>
<dropDownProcess>%aditoprj%/entity/Order_entity/entityfields/cancellation/dropDownProcess.js</dropDownProcess>
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/cancellation/valueProcess.js</valueProcess>
......
......@@ -6074,6 +6074,9 @@
<entry>
<key>{SEARCH_INDEX_TITLE}</key>
</entry>
<entry>
<key>${CANCELLED}</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -205,6 +205,10 @@
<key>Send</key>
<value>Senden</value>
</entry>
<entry>
<key>${ORDER_CANCELLED}</key>
<value>Storniert</value>
</entry>
<entry>
<key>CONFIRMED</key>
<value>Gelesen</value>
......
......@@ -6,6 +6,10 @@
<country></country>
<variant></variant>
<keyValueMap>
<entry>
<key>${ORDER_CANCELLED}</key>
<value>cancelled</value>
</entry>
<entry>
<key>Company</key>
</entry>
......
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