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:
authormattpiwik <matthieu.aubry@gmail.com>2011-05-26 10:09:23 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-26 10:09:23 +0400
commit139f5a50c2cbbe37a806167a04e847feda4027c7 (patch)
tree195767fe86194d6b552ff465c83082c0f18531ff /plugins/Goals/templates/single_goal.tpl
parent3cbcbc00c6758546bfb763e5bcaebe9c6ba9010d (diff)
Refs #898
Adding metadata reports for Ecommerce metrics, and the 3 product reports git-svn-id: http://dev.piwik.org/svn/trunk@4812 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Goals/templates/single_goal.tpl')
-rw-r--r--plugins/Goals/templates/single_goal.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/templates/single_goal.tpl b/plugins/Goals/templates/single_goal.tpl
index a36d2be77a..2d0a9e9c50 100644
--- a/plugins/Goals/templates/single_goal.tpl
+++ b/plugins/Goals/templates/single_goal.tpl
@@ -13,7 +13,7 @@
{else}
<li>{'Live_GoalRevenue'|translate}: {$revenue|money:$idSite}{if !empty($revenue_subtotal)},
{'General_Subtotal'|translate}: {$revenue_subtotal|money:$idSite}{/if}{if !empty($revenue_tax)},
- {'General_Tax'|translate}: {$revenue_tax|money:$idSite} {/if}{if !empty($revenue_shipping)},
+ {'General_Tax'|translate}: {$revenue_tax|money:$idSite}{/if}{if !empty($revenue_shipping)},
{'General_Shipping'|translate}: {$revenue_shipping|money:$idSite}{/if}{if !empty($revenue_discount)},
{'General_Discount'|translate}: {$revenue_discount|money:$idSite}{/if}
</li>