From 0caeae683ac69bc33db564ac87b01631e4e76ce9 Mon Sep 17 00:00:00 2001 From: Tobias Feldmann <t.feldmann@adito.de> Date: Mon, 29 Jul 2019 11:07:23 +0200 Subject: [PATCH] Bugfix salutation --- .../recordcontainers/jdito/contentProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js b/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js index 0e53e6c736a..2f0c02c1d19 100644 --- a/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js @@ -5,5 +5,5 @@ import("Sql_lib"); result.object(db.table(SqlCondition.begin() .and("SALUTATION is not NULL") - .andPrepareVars("SALUTATION.LANGUAGE", "$param.Language_param") + .andPrepareVars("SALUTATION.ISOLANGUAGE", "$param.Language_param") .buildSql("select distinct SALUTATION from SALUTATION", "1=1"))); \ No newline at end of file -- GitLab