Taxes by code - include refunds Closes #7397

This commit is contained in:
Mike Jolley 2015-02-12 22:58:19 +00:00
parent 62cb430eaa
commit 323faed337
2 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,8 @@ class WC_Report_Taxes_By_Code extends WC_Admin_Report {
),
'order_by' => 'post_date ASC',
'query_type' => 'get_results',
'filter_range' => true
'filter_range' => true,
'order_status' => array( 'completed', 'processing', 'on-hold', 'refunded' )
) );
?>
<table class="widefat">

View File

@ -140,6 +140,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - limit_usage_to_x_items option in coupons.
* Fix - Run coupon codes through html_entity_decode.
* Fix - Tax by code report for refunds.
= 2.3.3 - 12/02/2015 =
* Fix - Potential notice with preg_match wildcard search, if used incorrectly.