[-] BO : fix #PSCFV-4672

This commit is contained in:
lLefevre
2012-10-03 12:49:16 +00:00
parent c21676fc50
commit eeab921d30
2 changed files with 17 additions and 5 deletions
@@ -259,7 +259,7 @@
else
$(".import_products_categories").hide();
if ($("#entity > option:selected").val() == 0 || $("#entity > option:selected").val() == 1 || $("#entity > option:selected").val() == 3)
if ($("#entity > option:selected").val() == 0 || $("#entity > option:selected").val() == 1 || $("#entity > option:selected").val() == 3 || $("#entity > option:selected").val() == 5 || $("#entity > option:selected").val() == 6)
$("label[for=forceIDs],#forceIDs").show();
else
$("label[for=forceIDs],#forceIDs").hide();