mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Typo
This commit is contained in:
parent
35fb87ab1e
commit
b8e15b990b
@ -322,8 +322,7 @@
|
||||
<td>
|
||||
@if($currentStockEntry->product_group_name !== null){{ $currentStockEntry->product_group_name }}@endif
|
||||
</td>
|
||||
<td data-order={{
|
||||
$currentStockEntry->amount }}>
|
||||
<td data-order={{ $currentStockEntry->amount }}>
|
||||
<span id="product-{{ $currentStockEntry->product_id }}-amount"
|
||||
class="locale-number locale-number-quantity-amount">{{ $currentStockEntry->amount }}</span> <span id="product-{{ $currentStockEntry->product_id }}-qu-name">{{ $__n($currentStockEntry->amount, $currentStockEntry->qu_unit_name, $currentStockEntry->qu_unit_name_plural) }}</span>
|
||||
<span id="product-{{ $currentStockEntry->product_id }}-opened-amount"
|
||||
|
Loading…
x
Reference in New Issue
Block a user