Confirm bulk emailing
This commit is contained in:
parent
e1d80c24d8
commit
c9978c1db0
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
$('#public_id_{{ $entityType }}').val(id);
|
||||
}
|
||||
|
||||
if (action == 'delete') {
|
||||
if (action == 'delete' || action == 'emailInvoice') {
|
||||
sweetConfirm(function() {
|
||||
$('#action_{{ $entityType }}').val(action);
|
||||
$('form.listForm_{{ $entityType }}').submit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue