mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Confirm bulk emailing
This commit is contained in:
parent
e1d80c24d8
commit
c9978c1db0
@ -102,7 +102,7 @@
|
|||||||
$('#public_id_{{ $entityType }}').val(id);
|
$('#public_id_{{ $entityType }}').val(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action == 'delete') {
|
if (action == 'delete' || action == 'emailInvoice') {
|
||||||
sweetConfirm(function() {
|
sweetConfirm(function() {
|
||||||
$('#action_{{ $entityType }}').val(action);
|
$('#action_{{ $entityType }}').val(action);
|
||||||
$('form.listForm_{{ $entityType }}').submit();
|
$('form.listForm_{{ $entityType }}').submit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user