From 29d3f6cf1d131f24c92bfc8b2701a151d5d3be0e Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 14 Dec 2017 13:33:08 +0200 Subject: [PATCH] Prevente duplicate quote approvals --- resources/views/invoices/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php index c67df1bcec8a..4736c8f6c4d8 100644 --- a/resources/views/invoices/view.blade.php +++ b/resources/views/invoices/view.blade.php @@ -291,7 +291,7 @@ function onApproveClick() { $('#approveButton').prop('disabled', true); - //location.href = "{{ url('/approve/' . $invitation->invitation_key) }}"; + location.href = "{{ url('/approve/' . $invitation->invitation_key) }}"; } function onDownloadClick() {