1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Allow HTML to be displayed for products in Subscriptions npage

This commit is contained in:
David Bomba 2021-05-12 17:01:14 +10:00
parent b5c769d807
commit a4fd595d38

View File

@ -41,7 +41,7 @@
@foreach($subscription->service()->recurring_products() as $product)
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
<div class="text-sm">{{ $product->notes }}</div>
<div class="text-sm">{!! $product->notes !!}</div>
<div data-ref="price-and-quantity-container">
<span
data-ref="price">{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}</span>