From 9d8f22a7656fac0733c69457a4b3aaf28abc0537 Mon Sep 17 00:00:00 2001
From: "b.ulrich" <b.ulrich@adito.de>
Date: Fri, 8 May 2020 15:24:18 +0200
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1055837][Importer:
 iAttribute legt generell neues Attribut an]

---
 process/ImporterMappingFunctions_lib/process.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/process/ImporterMappingFunctions_lib/process.js b/process/ImporterMappingFunctions_lib/process.js
index 496ae5c71a..a5746a0276 100644
--- a/process/ImporterMappingFunctions_lib/process.js
+++ b/process/ImporterMappingFunctions_lib/process.js
@@ -16,8 +16,8 @@ import("Importer_lib");
 
 /*
 +---------------------------------------------------------------+
-¦ toolkit methods for the import handler                ¦
-¦ DO NOT TOUCH - use lib_importerCustomMappingFunctions ¦
+� toolkit methods for the import handler                �
+� DO NOT TOUCH - use lib_importerCustomMappingFunctions �
 +---------------------------------------------------------------+
  */
 
@@ -145,7 +145,7 @@ function iAttribute(pObject)
                 var parent = "NULL";
                 // select ab_attributeid from AB_ATTRIBUTE where ATTRIBUTE_NAME = 'Subordinate campaign of' and attribute_parent_id is null
                 id = newSelect(ab_attributeId, alias).from(ab_attribute).where(attribute_name, attributes[i])
-                        .and(attribute_parent_id, "is null").cell();
+                        .and(attribute_parent_id + "is null").cell();
             } 
             else 
             {
-- 
GitLab