// fix bug view.tpl in AdminCartsController PSFV-94

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10052 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-10 16:33:38 +00:00
parent 82319ab68d
commit a6f91fcb11
3 changed files with 176 additions and 167 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ class HelperViewCore extends Helper
'table' => $this->table,
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
'toolbar_btn' => $this->toolbar_btn
'toolbar_btn' => $this->toolbar_btn,
'link' => $this->context->link
));
return parent::generate();