Fixed /stockoverview value column sort format (fixes #2088)

This commit is contained in:
Bernd Bestel
2023-01-01 20:33:08 +01:00
parent efae0b193d
commit c0fbc4adaf
3 changed files with 3 additions and 1 deletions

View File

@@ -353,6 +353,7 @@
@endif
</td>
<td>
<span class="custom-sort d-none">{{$currentStockEntry->value}}</span>
<span id="product-{{ $currentStockEntry->product_id }}-value"
class="locale-number locale-number-currency">{{ $currentStockEntry->value }}</span>
</td>