Merge pull request #10262 from Spreeuw/issue-10252

default order to processing for non-catalog products
This commit is contained in:
Mike Jolley 2016-02-05 12:21:43 +00:00
commit 384c07b367
1 changed files with 3 additions and 0 deletions

View File

@ -2368,6 +2368,9 @@ abstract class WC_Abstract_Order {
$order_needs_processing = true;
break;
}
} else {
$order_needs_processing = true;
break;
}
}
}