mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:14:28 -04:00
Prevente duplicate quote approvals
This commit is contained in:
parent
e8f118c204
commit
29d3f6cf1d
@ -291,7 +291,7 @@
|
|||||||
|
|
||||||
function onApproveClick() {
|
function onApproveClick() {
|
||||||
$('#approveButton').prop('disabled', true);
|
$('#approveButton').prop('disabled', true);
|
||||||
//location.href = "{{ url('/approve/' . $invitation->invitation_key) }}";
|
location.href = "{{ url('/approve/' . $invitation->invitation_key) }}";
|
||||||
}
|
}
|
||||||
|
|
||||||
function onDownloadClick() {
|
function onDownloadClick() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user