mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Added a product context menu on /stockjournal (the same as on /stockoverview) (closes #2239)
This commit is contained in:
@@ -271,6 +271,7 @@
|
||||
<span class="dropdown-item-icon"><i class="fa-solid fa-list"></i></span> <span class="dropdown-item-text">{{ $__t('Inventory') }}</span>
|
||||
</a>
|
||||
@if(GROCY_FEATURE_FLAG_RECIPES)
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item"
|
||||
type="button"
|
||||
href="{{ $U('/recipes?search=') }}{{ $currentStockEntry->product_name }}">
|
||||
|
Reference in New Issue
Block a user