Skip to content
Snippets Groups Projects
Commit 9632fd79 authored by Markus Escher's avatar Markus Escher
Browse files

#1043390 fix for wrong Salutation Language column name

parent b776b8c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
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