Skip to content
Snippets Groups Projects
Commit dd392abf authored by S.Listl's avatar S.Listl Committed by Sebastian Listl
Browse files

Person filter salutation and title had no values

(cherry picked from commit 3978fc6e)
parent 3e49af32
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
result.string(vars.get("$field.LANGUAGE"))
\ No newline at end of file
if (vars.get("$field.LANGUAGE"))
result.string(vars.get("$field.LANGUAGE"));
\ No newline at end of file
import("system.vars");
import("system.result");
result.string(vars.get("$field.LANGUAGE"))
\ No newline at end of file
if (vars.get("$field.LANGUAGE"))
result.string(vars.get("$field.LANGUAGE"))
\ No newline at end of file
import("system.vars");
import("system.result");
result.string(vars.get("$field.SALUTATION"));
\ No newline at end of file
if (vars.get("$field.SALUTATION"))
result.string(vars.get("$field.SALUTATION"));
\ 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