1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Confirm bulk emailing

This commit is contained in:
Hillel Coren 2017-02-09 16:02:50 +02:00
parent e1d80c24d8
commit c9978c1db0

View File

@ -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();