Skip to content
Snippets Groups Projects
Commit 528f2a63 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon: Committed by Sebastian Listl
Browse files

1071654 New Contract from 360Degree: contact couldn't be changed

parent 0374feac
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.vars");
if (vars.exists("$param.ContactId_param"))
if (vars.exists("$param.ContactId_param") && vars.get("$this.value") == null)
{
result.string(vars.get("$param.ContactId_param"));
}
\ 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