// Fix attributes values form page for multishop #PSTEST-780
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user