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() {