mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 13:54:30 -04:00
Temporarilly disable bulk email
This commit is contained in:
parent
17129fc9ef
commit
77060db1fb
@ -180,10 +180,12 @@ class InvoiceDatatable extends EntityDatatable
|
|||||||
|
|
||||||
if ($this->entityType == ENTITY_INVOICE || $this->entityType == ENTITY_QUOTE) {
|
if ($this->entityType == ENTITY_INVOICE || $this->entityType == ENTITY_QUOTE) {
|
||||||
$actions[] = \DropdownButton::DIVIDER;
|
$actions[] = \DropdownButton::DIVIDER;
|
||||||
|
/*
|
||||||
$actions[] = [
|
$actions[] = [
|
||||||
'label' => mtrans($this->entityType, 'email_' . $this->entityType),
|
'label' => mtrans($this->entityType, 'email_' . $this->entityType),
|
||||||
'url' => 'javascript:submitForm_'.$this->entityType.'("emailInvoice")',
|
'url' => 'javascript:submitForm_'.$this->entityType.'("emailInvoice")',
|
||||||
];
|
];
|
||||||
|
*/
|
||||||
$actions[] = [
|
$actions[] = [
|
||||||
'label' => mtrans($this->entityType, 'mark_sent'),
|
'label' => mtrans($this->entityType, 'mark_sent'),
|
||||||
'url' => 'javascript:submitForm_'.$this->entityType.'("markSent")',
|
'url' => 'javascript:submitForm_'.$this->entityType.'("markSent")',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user