mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Properly name the quantity unit field on product presets page (references #92)
This commit is contained in:
parent
04c93d937e
commit
5b3230d63d
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="product_presets_qu_id">{{ $L('Quantity unit purchase') }}</label>
|
||||
<label for="product_presets_qu_id">{{ $L('Quantity unit') }}</label>
|
||||
<select class="form-control user-setting-control" id="product_presets_qu_id" data-setting-key="product_presets_qu_id">
|
||||
<option value="-1"></option>
|
||||
@foreach($quantityunits as $quantityunit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user