mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Confirm bulk emailing
This commit is contained in:
parent
e1d80c24d8
commit
c9978c1db0
@ -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…
Reference in New Issue
Block a user