Confirm bulk emailing
This commit is contained in:
parent
d1cc1929dc
commit
b2850d72ba
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,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