From 9632fd796291bfc104d4150e85f0ad44e1455e5f Mon Sep 17 00:00:00 2001
From: mescher <m.escher@adito.de>
Date: Wed, 11 Sep 2019 09:44:02 +0200
Subject: [PATCH] #1043390 fix for wrong Salutation Language column name

---
 .../recordcontainers/jdito/contentProcess.js                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js b/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js
index 8c0df5ff1d..7ed68ef0ba 100644
--- a/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js
+++ b/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js
@@ -6,5 +6,5 @@ import("Sql_lib");
 result.object(db.table(SqlCondition.begin()
                     .and("TITLE is not NULL")
                     .andPrepareVars("SALUTATION.SALUTATION", "$param.Salutation_param")
-                    .andPrepareVars("SALUTATION.LANGUAGE", "$param.Language_param")
+                    .andPrepareVars("SALUTATION.ISOLANGUAGE", "$param.Language_param")
                     .buildSql("select distinct TITLE from SALUTATION", "1=1")));
\ No newline at end of file
-- 
GitLab