1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Confirm bulk emailing

This commit is contained in:
Hillel Coren 2017-02-09 16:03:22 +02:00
parent d1cc1929dc
commit b2850d72ba

View File

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