Taxes by code - include refunds Closes #7397
This commit is contained in:
parent
62cb430eaa
commit
323faed337
|
@ -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">
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue