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>
|
||||
@endif
|
||||
|
||||
@if(is_null($invoice->subscription_id) || optional($invoice->subscription)->allow_cancellation)
|
||||
<div class="bg-white shadow sm:rounded-lg mt-4">
|
||||
{{-- @if(is_null($invoice->subscription_id) || optional($invoice->subscription)->allow_cancellation) --}}
|
||||
{{-- 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="sm:flex sm:items-start sm:justify-between">
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user