From 02873d0158fec8a3c0b9a62cab0b283ca34bb633 Mon Sep 17 00:00:00 2001
From: Tobias Feldmann <t.feldmann@adito.de>
Date: Sun, 28 Jul 2019 15:52:53 +0200
Subject: [PATCH] Bugfix Offer_entity

---
 .../entityfields/isolanguage/displayValueProcess.js             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/Offer_entity/entityfields/isolanguage/displayValueProcess.js b/entity/Offer_entity/entityfields/isolanguage/displayValueProcess.js
index bcbf211816..0a2a0ee65d 100644
--- a/entity/Offer_entity/entityfields/isolanguage/displayValueProcess.js
+++ b/entity/Offer_entity/entityfields/isolanguage/displayValueProcess.js
@@ -4,7 +4,7 @@ import("system.result");
 import("system.vars");
 import("Sql_lib");
 
-var iso3 = vars.get("$field.LANGUAGE");
+var iso3 = vars.get("$field.ISOLANGUAGE");
 var latinName = db.cell(SqlCondition.begin()
     .andPrepare("AB_LANGUAGE.ISO3", iso3)
     .buildSql("select NAME_LATIN from AB_LANGUAGE", "1=0"));
-- 
GitLab