Skip to content

Commit

Permalink
Merge pull request #94 from magento-tango/MAGETWO-15418-2
Browse files Browse the repository at this point in the history
[Tango] MAGETWO-15418: Sold products aren't displayed in Bestsellers
  • Loading branch information
vpelipenko committed Feb 17, 2015
2 parents 48170ad + 44e3dfe commit dc51ad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
?>
<form action="<?php echo $block->getUrl('*/*/refreshStatistics'); ?>" method="post">
<input name="form_key" type="hidden" value="<?php echo $block->getFormKey(); ?>" />
<button type="submit" style="float:right; margin: 15px" title="Refresh data">
<?php echo __('Refresh data') ?>
<button type="submit" style="float:right; margin: 15px" title="Refresh Data">
<?php echo __('Refresh Data') ?>
</button>
</form>

0 comments on commit dc51ad1

Please sign in to comment.