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

Bugfix Offer_entity

parent 640c5006
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import("system.result"); ...@@ -4,7 +4,7 @@ import("system.result");
import("system.vars"); import("system.vars");
import("Sql_lib"); import("Sql_lib");
var iso3 = vars.get("$field.LANGUAGE"); var iso3 = vars.get("$field.ISOLANGUAGE");
var latinName = db.cell(SqlCondition.begin() var latinName = db.cell(SqlCondition.begin()
.andPrepare("AB_LANGUAGE.ISO3", iso3) .andPrepare("AB_LANGUAGE.ISO3", iso3)
.buildSql("select NAME_LATIN from AB_LANGUAGE", "1=0")); .buildSql("select NAME_LATIN from AB_LANGUAGE", "1=0"));
......
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