fixed the variation manage stock visibility

This commit is contained in:
claudiosmweb 2014-07-30 15:43:40 -03:00
parent a0bd72b9f3
commit 4b04c763f0
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ jQuery( function ( $ ) {
});
$( 'body' ).on( 'change', 'input#_manage_stock', function () {
$( 'input#_manage_stock' ).on( 'change', function () {
var fields = $( '.hide_if_parent_manage_stock_is_disabled' );
if ( $( this ).attr( 'checked' ) ) {

File diff suppressed because one or more lines are too long