fixed the variation manage stock visibility
This commit is contained in:
parent
a0bd72b9f3
commit
4b04c763f0
|
@ -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
Loading…
Reference in New Issue