Skip to content

Commit

Permalink
Unlimited stock should have an empty value instead of -1
Browse files Browse the repository at this point in the history
  • Loading branch information
tszming committed Apr 13, 2012
1 parent 347b550 commit 7ad970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/CSVLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function wp_exist_post_by_title($title_str) {
$order = '';
$weight = 0;
$sku = '';
$stock = -1;
$stock = '';
$tax = 0;
$attachments = array();
$thumbnail = '';
Expand Down

0 comments on commit 7ad970d

Please sign in to comment.