[+] BO : Remove invoices button toolbar

This commit is contained in:
Jérôme Nadaud
2013-07-26 18:59:39 +02:00
parent 0ef7578f26
commit 52ff61719b
@@ -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'))