From 77060db1fbd18f27f2f67ea6c4c7a372a7bc78c8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 25 Jan 2017 17:09:35 +0200 Subject: [PATCH] Temporarilly disable bulk email --- app/Ninja/Datatables/InvoiceDatatable.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Ninja/Datatables/InvoiceDatatable.php b/app/Ninja/Datatables/InvoiceDatatable.php index 546c71152a76..abe8cec38831 100644 --- a/app/Ninja/Datatables/InvoiceDatatable.php +++ b/app/Ninja/Datatables/InvoiceDatatable.php @@ -180,10 +180,12 @@ class InvoiceDatatable extends EntityDatatable if ($this->entityType == ENTITY_INVOICE || $this->entityType == ENTITY_QUOTE) { $actions[] = \DropdownButton::DIVIDER; + /* $actions[] = [ 'label' => mtrans($this->entityType, 'email_' . $this->entityType), 'url' => 'javascript:submitForm_'.$this->entityType.'("emailInvoice")', ]; + */ $actions[] = [ 'label' => mtrans($this->entityType, 'mark_sent'), 'url' => 'javascript:submitForm_'.$this->entityType.'("markSent")',