Placeholders for bulk functions

This commit is contained in:
Mike Jolley 2012-11-10 16:25:50 +00:00
parent ca6a204b21
commit fb2d954da1
2 changed files with 8 additions and 2 deletions

View File

@ -559,7 +559,13 @@ jQuery( function($){
} );
}
} else if ( action == 'refund' ) {
} else if ( action == 'reduce_stock' ) {
} else if ( action == 'increase_stock' ) {
}
return false;

File diff suppressed because one or more lines are too long