mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +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