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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-05-28 06:41:19 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-28 06:41:19 +0300
commit0e70009736f2a874d78aa3388d8cce2f65cfdb41 (patch)
treeb0627ea484fef44cd245b3441ff261e04dc4b988 /plugins/Ecommerce/Reports/GetItemsSku.php
parent02614a39a4561a9c6291543f7c767de74de588fe (diff)
Show product name before product sku (#12975)
* show product name for product sku refs #12970 * fixing tests * Fix test change. * Update UI screenshots
Diffstat (limited to 'plugins/Ecommerce/Reports/GetItemsSku.php')
-rw-r--r--plugins/Ecommerce/Reports/GetItemsSku.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ecommerce/Reports/GetItemsSku.php b/plugins/Ecommerce/Reports/GetItemsSku.php
index 9056b2ff6c..63b69a7375 100644
--- a/plugins/Ecommerce/Reports/GetItemsSku.php
+++ b/plugins/Ecommerce/Reports/GetItemsSku.php
@@ -20,7 +20,7 @@ class GetItemsSku extends BaseItem
$this->name = Piwik::translate('Goals_ProductSKU');
$this->dimension = new ProductSku();
- $this->order = 30;
+ $this->order = 31;
$this->subcategoryId = 'Goals_Products';
}