Skip to content

Commit

Permalink
[2.6] Don't SUM meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Sep 7, 2016
1 parent 3f9ab31 commit e4c91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/reports/class-wc-report-sales-by-date.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private function query_report_data() {
),
'_qty' => array(
'type' => 'order_item_meta',
'function' => 'SUM',
'function' => '',
'name' => 'order_item_count',
'join_type' => 'LEFT',
),
Expand Down

0 comments on commit e4c91ae

Please sign in to comment.