[2.6] Don't SUM meta

#11838
This commit is contained in:
Mike Jolley 2016-09-07 10:05:17 +01:00
parent 3f9ab31461
commit e4c91aef62
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class WC_Report_Sales_By_Date extends WC_Admin_Report {
),
'_qty' => array(
'type' => 'order_item_meta',
'function' => 'SUM',
'function' => '',
'name' => 'order_item_count',
'join_type' => 'LEFT',
),