// 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user