// Fix attributes values form page for multishop #PSTEST-780

This commit is contained in:
rMalie
2012-03-27 09:03:52 +00:00
parent 82e5c0f4fc
commit e717ac2bcb
2 changed files with 6 additions and 3 deletions
@@ -75,7 +75,10 @@
if (typeof shop_associations[id_attribute_group] != 'undefined' && $.inArray(id_group_shop, shop_associations[id_attribute_group]) > -1)
$(item).attr('disabled', false);
else
{
$(item).attr('disabled', true);
$(item).attr('checked', false);
}
});
};
$('#id_attribute_group').change(changeAssociationGroup);