From b2850d72ba2960d4b1549742c856a786154c4741 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 9 Feb 2017 16:03:22 +0200 Subject: [PATCH] Confirm bulk emailing --- resources/views/list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index ebb90060534b..436e2871bc16 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -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();