Skip to content

Commit

Permalink
nopSolutions#3314 Fixed VisibleIndividually value for grouped products
Browse files Browse the repository at this point in the history
  • Loading branch information
ehalzombi committed Oct 29, 2018
1 parent bac3328 commit efc912b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
$('#group-inventory').hide();
$('#group-visible-individually').hide();
$('#group-associated-products').show();
$('#@Html.IdFor(model => model.VisibleIndividually)').prop('checked', true);
}
//templates
Expand Down

0 comments on commit efc912b

Please sign in to comment.