[-] FO : #PSTEST-104 : delete button add in AdminCartsController.php
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11514 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -483,6 +483,12 @@ class AdminCartsControllerCore extends AdminController
|
||||
);
|
||||
}
|
||||
|
||||
public function initToolbar()
|
||||
{
|
||||
parent::initToolbar();
|
||||
unset($this->toolbar_btn['new']);
|
||||
}
|
||||
|
||||
public function displayAjaxGetSummary()
|
||||
{
|
||||
echo Tools::jsonEncode($this->ajaxReturnVars());
|
||||
|
||||
Reference in New Issue
Block a user