Skip to content
Snippets Groups Projects
Commit 0caeae68 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfix salutation

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