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

fix offer, change contact - clear rowid

parent d6d7ad2d
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.neon");
import("system.vars");
import("system.db");
......@@ -23,5 +24,7 @@ else
neon.setFieldValue("$field.LANGUAGE", "");
}
if(!vars.exists("$param.ObjectRowId_param") && !vars.get("$param.ObjectRowId_param"))
if(!vars.get("$param.ObjectRowId_param"))
{
neon.setFieldValue("$field.OBJECT_ROWID", "");
}
\ 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