mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed stock overview context menu item disabled handling (fixes #1609)
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
<i class="fas fa-list"></i> {{ $__t('Inventory') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item stock-consume-button stock-consume-button-spoiled @if($stockEntry->amount < 1) disabled @endif"
|
||||
<a class="dropdown-item stock-consume-button stock-consume-button-spoiled"
|
||||
type="button"
|
||||
href="#"
|
||||
data-product-id="{{ $stockEntry->product_id }}"
|
||||
|
Reference in New Issue
Block a user