Temporarilly disable bulk email
This commit is contained in:
parent
17129fc9ef
commit
77060db1fb
1 changed files with 2 additions and 0 deletions
|
|
@ -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")',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue