Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-11-09 00:32:55 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-09 00:32:55 +0300
commit47145e0b8993dfb576a230c32de04bc3cc7b1d26 (patch)
tree94f9fc5d2ccb0eadbc397a78031b5fab1c749c34 /plugins/Goals
parent756565b2263d3466a5e29f81621bdee53fbda5cf (diff)
Fixing more tests.
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/Goals.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index cd75af0c9e..381c37f7ee 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -117,7 +117,7 @@ class Goals extends \Piwik\Plugin
'revenue_per_visit' => 'General_ColumnValuePerVisit',
'quantity' => 'General_Quantity',
'avg_price' => 'General_AveragePrice',
- 'avg_quantity' => 'onv',
+ 'avg_quantity' => 'General_AverageQuantity',
'revenue_subtotal' => 'General_Subtotal',
'revenue_tax' => 'General_Tax',
'revenue_shipping' => 'General_Shipping',