mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed /stockoverview value column sort format (fixes #2088)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user