diff --git a/entity/Organisation_entity/recordcontainers/db/conditionProcess.js b/entity/Organisation_entity/recordcontainers/db/conditionProcess.js index 8692415a0b8ff92eb1ea0a54a6c9d9c6cc068898..8743459e608d7cb1e9195871a64eb5d0868d4ea2 100644 --- a/entity/Organisation_entity/recordcontainers/db/conditionProcess.js +++ b/entity/Organisation_entity/recordcontainers/db/conditionProcess.js @@ -40,4 +40,4 @@ if (vars.exists("$param.ExcludedContactIds_param") && vars.get("$param.ExcludedC } //TODO: use a preparedCondition when available #1030812 #1034026 -result.string(db.translateCondition(cond.build("1 = 1")) + "asdf"); \ No newline at end of file +result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file