mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Show to amount of "Label per unit" stock entry labels (closes #2241)
This commit is contained in:
@@ -123,7 +123,8 @@
|
||||
<option value="1">{{ $__t('Single label') }}</option>
|
||||
<option value="2">{{ $__t('Label per unit') }}</option>
|
||||
</select>
|
||||
<div class="invalid-feedback">{{ $__t('A quantity unit is required') }}</div>
|
||||
<div id="stock-entry-label-info"
|
||||
class="form-text text-info"></div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
@@ -158,7 +158,8 @@
|
||||
<option value="1">{{ $__t('Single label') }}</option>
|
||||
<option value="2">{{ $__t('Label per unit') }}</option>
|
||||
</select>
|
||||
<div class="invalid-feedback">{{ $__t('A quantity unit is required') }}</div>
|
||||
<div id="stock-entry-label-info"
|
||||
class="form-text text-info"></div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
Reference in New Issue
Block a user