Skip to content
Snippets Groups Projects
Commit ac884b78 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

#1035506 Salesproject refactor

parent ea2b311f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import("system.logging");
import("Keyword_lib");
import("Sql_lib");
import("system.text");
import("KeywordRegistry_basic");
var pricelistname = vars.get("$field.PRICELIST").trim();
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW && !pricelistname)
......@@ -18,5 +19,5 @@ if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW && !pricelistname)
}
else
{
result.string(KeywordUtils.getViewValue($KeywordRegistry.get.ProductPricelist, vars.get("$field.PRICELIST")));
result.string(KeywordUtils.getViewValue($KeywordRegistry.productPricelist(), vars.get("$field.PRICELIST")));
}
\ No newline at end of file
......@@ -101,7 +101,7 @@
</entityConsumer>
<entityField>
<name>ORG_PRICE_POLITICS</name>
<title>Price Politics</title>
<title>Price politics</title>
<consumer>KeywordPrice_Politics</consumer>
</entityField>
<entityField>
......
......@@ -30,8 +30,6 @@
<entityProvider>
<name>SalesprojectMembers</name>
<fieldType>DEPENDENCY_IN</fieldType>
<targetContextField>TARGETCONTEXT</targetContextField>
<targetIdField>CONTACT_ID</targetIdField>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
......
......@@ -1932,6 +1932,7 @@
</entry>
<entry>
<key>Pieces</key>
<value>Stück</value>
</entry>
<entry>
<key>Heard Island and McDonald Islands</key>
......@@ -2245,6 +2246,7 @@
</entry>
<entry>
<key>Kgs</key>
<value>Kg</value>
</entry>
<entry>
<key>Australia</key>
......@@ -2317,6 +2319,7 @@
</entry>
<entry>
<key>Hours</key>
<value>Stunden</value>
</entry>
<entry>
<key>Special price list1</key>
......@@ -2763,6 +2766,9 @@
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
</entry>
<entry>
<key>Estimation</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
......@@ -2406,6 +2406,9 @@
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
</entry>
<entry>
<key>Estimation</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
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