mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Allow HTML tags for the product description column on the stock overview page (fixes #1735)
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
<span class="locale-number locale-number-quantity-amount">{{ $currentStockEntry->min_stock_amount }}</span>
|
||||
</td>
|
||||
<td>
|
||||
{{ $currentStockEntry->product_description }}
|
||||
{!! $currentStockEntry->product_description !!}
|
||||
</td>
|
||||
<td class="product-name-cell cursor-link"
|
||||
data-product-id="{{ $currentStockEntry->parent_product_id }}">
|
||||
|
Reference in New Issue
Block a user