mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed stock entry open button amount on /stockentries (fixes #2303)
This commit is contained in:
@@ -130,7 +130,8 @@
|
||||
data-product-name="{{ FindObjectInArrayByPropertyValue($products, 'id', $stockEntry->product_id)->name }}"
|
||||
data-product-qu-name="{{ FindObjectInArrayByPropertyValue($quantityunits, 'id', FindObjectInArrayByPropertyValue($products, 'id', $stockEntry->product_id)->qu_id_stock)->name }}"
|
||||
data-stock-id="{{ $stockEntry->stock_id }}"
|
||||
data-stockrow-id="{{ $stockEntry->id }}">
|
||||
data-stockrow-id="{{ $stockEntry->id }}"
|
||||
data-open-amount="{{ $stockEntry->amount }}">
|
||||
<i class="fa-solid fa-box-open"></i>
|
||||
</a>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user