From c9978c1db09342fd07241d7ad14f16fef8834218 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 9 Feb 2017 16:02:50 +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 4897fc81fd..397fa96b76 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -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();