mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Show product notes only
This commit is contained in:
parent
43e6ba2ec6
commit
6b73d78abe
@ -20,7 +20,6 @@
|
||||
@foreach($subscription->service()->products() as $product)
|
||||
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
|
||||
<div>
|
||||
<p class="text-sm text-xl">{{ $product->product_key }}</p>
|
||||
<p class="text-sm text-gray-800">{{ $product->notes }}</p>
|
||||
</div>
|
||||
<div data-ref="price-and-quantity-container">
|
||||
|
Loading…
Reference in New Issue
Block a user