Skip to content
Snippets Groups Projects
Commit ec80b80d authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix offer contactid

parent c6d3d656
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if ((!vars.exists("$param.ContactId_param") || !vars.get("$param.ContactId_param
if (contactId)
{
var lang = db.cell(SqlCondition.begin()
.andPrepare("CONTACT.CONTACTID", contactid)
.andPrepare("CONTACT.CONTACTID", contactId)
.buildSql("select ISOLANGUAGE from CONTACT"));
if(lang != "")
......
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