mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Inventory is always possible, also when the produc is not in stock currently (references #327)
This commit is contained in:
parent
63d7f8f36d
commit
1ae5f552d1
@ -140,7 +140,7 @@
|
||||
data-product-id="{{ $currentStockEntry->product_id }}">
|
||||
<i class="fas fa-utensils"></i> {{ $__t('Consume') }}
|
||||
</a>
|
||||
<a class="dropdown-item product-inventory-button @if($currentStockEntry->amount < 1) disabled @endif" type="button" href="#"
|
||||
<a class="dropdown-item product-inventory-button" type="button" href="#"
|
||||
data-product-id="{{ $currentStockEntry->product_id }}">
|
||||
<i class="fas fa-list"></i> {{ $__t('Inventory') }}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user