mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 21:46:16 +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>
|
<span class="input-group-text"><i class="fas fa-filter"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<select class="form-control"
|
<select class="form-control"
|
||||||
id="location-filter">
|
id="product-group-filter">
|
||||||
<option value="all">{{ $__t('All') }}</option>
|
<option value="all">{{ $__t('All') }}</option>
|
||||||
@foreach($productGroups as $productGroup)
|
@foreach($productGroups as $productGroup)
|
||||||
<option value="{{ $productGroup->id }}">{{ $productGroup->name }}</option>
|
<option value="{{ $productGroup->id }}">{{ $productGroup->name }}</option>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user