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

Organisation: removed unused param

parent 858f1fbe
No related branches found
No related tags found
No related merge requests found
......@@ -278,13 +278,6 @@
</entityParameter>
</children>
</entityConsumer>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityActionField>
<name>openEditDefaultsView</name>
<fieldType>ACTION</fieldType>
......
......@@ -4,8 +4,7 @@ import("system.result");
import("Sql_lib");
import("Context_lib");
var cond = SqlCondition.begin()
.andPrepareVars("ORGANISATION.ORGANISATIONID", "$param.ContactId_param");
var cond = SqlCondition.begin();
// filter privat company if it is not needed
if (vars.getString("$param.WithPrivate_param") != "true")
......
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