Skip to content

Commit

Permalink
Implemented #259
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Feb 23, 2015
1 parent a11c6f2 commit e9ba1fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/sources/reports.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,6 @@

foreach ($GLOBALS['hooks']->load('admin.reports.final') as $hook) include $hook;

$page_content = $GLOBALS['smarty']->fetch('templates/reports.index.php');
$page_content = $GLOBALS['smarty']->fetch('templates/reports.index.php');

foreach ($GLOBALS['hooks']->load('admin.reports.display') as $hook) include $hook;
1 change: 1 addition & 0 deletions modules/plugins/hooks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<hook trigger="admin.product.coupons.status" deprecated="" />
<hook trigger="admin.product.import.list" deprecated="" />
<hook trigger="admin.product.import.format" deprecated="" />
<hook trigger="admin.reports.display" deprecated="" />
<hook trigger="admin.reports.final" deprecated="" />
<hook trigger="admin.reports.order.pre" deprecated="" />
<hook trigger="admin.reports.order.post" deprecated="" />
Expand Down

0 comments on commit e9ba1fb

Please sign in to comment.