Skip to content
Snippets Groups Projects
Commit 9d8f22a7 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1055837][Importer: iAttribute legt...

[Projekt: Entwicklung - Neon][TicketNr.: 1055837][Importer: iAttribute legt generell neues Attribut an]
parent e3a770b3
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
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