CSV import: "Ignore this field" can be used more than one time in the mapping.

SVN:trunk[3259]
This commit is contained in:
Denis Flaven
2014-07-10 08:44:52 +00:00
parent 3ed01cde51
commit a978bb9c17

View File

@@ -993,7 +993,7 @@ EOF
iOccurences++;
}
});
if (iOccurences > 1)
if ((iOccurences > 1) && (sRefValue != ':none:'))
{
$(this).parent().css({'border': '2px #D81515 solid'});
bResult = false;