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