// Fix product attributes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11308 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-16 15:06:53 +00:00
parent 5a4bc80867
commit 31f3a71b9d
7 changed files with 81 additions and 51 deletions
-1
View File
@@ -144,7 +144,6 @@ virtual_product_nb_days, is_shareable)
var opt = document.createElement('option');
opt.text = old_attr[i++];
opt.value = old_attr[i];
try {
elem.add(opt, null);
}