Report should include refunded status orders

Fixes #7343
This commit is contained in:
Mike Jolley 2015-02-10 18:24:46 +00:00
parent 01c0401bc0
commit 3a4e9c0d7f
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ class WC_Report_Taxes_By_Date extends WC_Admin_Report {
'group_by' => $this->group_by_query,
'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">