mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Simplified stock entry label printing options (on purchase) (references #1647)
This commit is contained in:
@@ -156,8 +156,7 @@
|
||||
name="print_stock_label">
|
||||
<option value="0">{{ $__t('No label') }}</option>
|
||||
<option value="1">{{ $__t('Single label') }}</option>
|
||||
<option value="2"
|
||||
id="label-option-per-unit">{{ $__t('Label per unit') }}</option>
|
||||
<option value="2">{{ $__t('Label per unit') }}</option>
|
||||
</select>
|
||||
<div class="invalid-feedback">{{ $__t('A quantity unit is required') }}</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user