Skip to content
Snippets Groups Projects
Commit 6d2fdeeb authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

1079642 fix communication settings editing

parent 526e9c9b
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("Sql_lib");
var condition = newWhere("COMMUNICATIONSETTINGS.CONTACT_ID", "$param.ContactId_param");
var condition = newWhereIfSet("COMMUNICATIONSETTINGS.CONTACT_ID", "$param.ContactId_param");
result.string(condition.toString());
\ 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