mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
/client/quotes/x
This commit is contained in:
parent
b0ec1cd5a2
commit
5789dc74dd
@ -1,5 +1,6 @@
|
|||||||
<form action="{{ route('client.quotes.bulk') }}" method="post" id="approve-form" />
|
<form action="{{ route('client.quotes.bulk') }}" method="post" id="approve-form" />
|
||||||
@csrf
|
@csrf
|
||||||
|
|
||||||
<input type="hidden" name="action" value="approve">
|
<input type="hidden" name="action" value="approve">
|
||||||
<input type="hidden" name="process" value="true">
|
<input type="hidden" name="process" value="true">
|
||||||
<input type="hidden" name="quotes[]" value="{{ $quote->hashed_id }}">
|
<input type="hidden" name="quotes[]" value="{{ $quote->hashed_id }}">
|
||||||
@ -17,11 +18,13 @@
|
|||||||
|
|
||||||
<div class="inline-flex rounded-md shadow-sm">
|
<div class="inline-flex rounded-md shadow-sm">
|
||||||
<input type="hidden" name="action" value="payment">
|
<input type="hidden" name="action" value="payment">
|
||||||
<button type="button" class="button button-primary bg-primary" id="approve-button">{{ ctrans('texts.approve') }}</button>
|
<button onclick="setTimeout(() => this.disabled = true, 0); return true;" type="button"
|
||||||
|
class="button button-primary bg-primary"
|
||||||
|
id="approve-button">{{ ctrans('texts.approve') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
|
|
||||||
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user