From 52ff61719be598edd8e22d7377d646bba84b3cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Nadaud?= Date: Fri, 26 Jul 2013 18:59:39 +0200 Subject: [PATCH] [+] BO : Remove invoices button toolbar --- controllers/admin/AdminInvoicesController.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/controllers/admin/AdminInvoicesController.php b/controllers/admin/AdminInvoicesController.php index 57fba9bd0..095e371e0 100644 --- a/controllers/admin/AdminInvoicesController.php +++ b/controllers/admin/AdminInvoicesController.php @@ -198,19 +198,6 @@ class AdminInvoicesControllerCore extends AdminController )); } - public function initToolbar() - { - $this->toolbar_btn['save-date'] = array( - 'href' => '#', - 'desc' => $this->l('Generate PDF file by date') - ); - - $this->toolbar_btn['save-status'] = array( - 'href' => '#', - 'desc' => $this->l('Generate PDF file by status.') - ); - } - public function postProcess() { if (Tools::isSubmit('submitAddinvoice_date'))