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

[Projekt: Entwicklung - xRM][TicketNr.: 1068716][[Serienbrief] Empfänger ohne...

[Projekt: Entwicklung - xRM][TicketNr.: 1068716][[Serienbrief] Empfänger ohne Adresse kann hinzugefügt werden und Brief wird erstellt]
parent 2d64ca13
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ import("system.vars");
import("system.result");
import("system.neon");
if (vars.get("$field.HASCOMMRESTRICTION") == "true" || !vars.get("$field.ADDRESS_ID.displayValue").trim())
if (vars.get("$field.HASCOMMRESTRICTION") == "true" || vars.get("$field.ADDRESS_ID.displayValue").trim() == "-" || !vars.get("$field.ADDRESS_ID.displayValue").trim())
result.string(neon.PRIORITY_HIGH_COLOR);
\ 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