mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Hide cancellation button from recurring invoices
This commit is contained in:
parent
bccdf630ad
commit
f525319202
@ -77,8 +77,10 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if(is_null($invoice->subscription_id) || optional($invoice->subscription)->allow_cancellation)
|
{{-- @if(is_null($invoice->subscription_id) || optional($invoice->subscription)->allow_cancellation) --}}
|
||||||
<div class="bg-white shadow sm:rounded-lg mt-4">
|
{{-- INV2-591 --}}
|
||||||
|
@if(false)
|
||||||
|
<div class="bg-white shadow sm:rounded-lg mt-4 hidden">
|
||||||
<div class="px-4 py-5 sm:p-6">
|
<div class="px-4 py-5 sm:p-6">
|
||||||
<div class="sm:flex sm:items-start sm:justify-between">
|
<div class="sm:flex sm:items-start sm:justify-between">
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user