diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index 0f950f13c9674d8013784bf969323f5722813039..db55fdd66a2cbf35ab16e446c359f6140d554900 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -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> diff --git a/entity/Organisation_entity/recordcontainers/db/conditionProcess.js b/entity/Organisation_entity/recordcontainers/db/conditionProcess.js index a42eafd4400a52b510acf02a51d1f9139c44c87b..8743459e608d7cb1e9195871a64eb5d0868d4ea2 100644 --- a/entity/Organisation_entity/recordcontainers/db/conditionProcess.js +++ b/entity/Organisation_entity/recordcontainers/db/conditionProcess.js @@ -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")