mirror of
https://github.com/grocy/grocy.git
synced 2026-04-06 21:06:15 +02:00
Fixes #1048: Repair product-group-filter on "Master Data"/Products
This commit is contained in:
parent
165abdeccb
commit
6569df79c4
|
|
@ -50,7 +50,7 @@
|
|||
<span class="input-group-text"><i class="fas fa-filter"></i></span>
|
||||
</div>
|
||||
<select class="form-control"
|
||||
id="location-filter">
|
||||
id="product-group-filter">
|
||||
<option value="all">{{ $__t('All') }}</option>
|
||||
@foreach($productGroups as $productGroup)
|
||||
<option value="{{ $productGroup->id }}">{{ $productGroup->name }}</option>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user