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

fixes

parent eac36f5b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import("Keyword_lib");
var keyword = KeywordUtils.createKeyword("SALESPROJECT.CLASS");
if (vars.exists("$local.idvalues")) {
if (vars.exists("$local.idvalues") && vars.get("$local.idvalues")) {
var idValues = vars.get("$local.idvalues");
if (idValues.length > 0) {
......
......@@ -5,7 +5,7 @@ import("Keyword_lib");
var keyword = KeywordUtils.createKeyword("SALESPROJECT.CLASS");
if (vars.exists("$local.idvalues")) {
if (vars.exists("$local.idvalues") && vars.get("$local.idvalues")) {
var idValues = vars.get("$local.idvalues");
if (idValues.length > 0) {
......
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