unique identifier instead of tags in print label
This commit is contained in:
parent
74166019b2
commit
e61a1d88bd
|
@ -153,7 +153,7 @@
|
|||
</div>
|
||||
<div class="form-switch">
|
||||
<input class="form-check-input" name="tags" type="checkbox" id="tagsCheck">
|
||||
<label class="form-check-label" for="tagsCheck">Tags</label>
|
||||
<label class="form-check-label" for="tagsCheck">Unique Identifiers</label>
|
||||
</div>
|
||||
<div class="form-switch">
|
||||
<input class="form-check-input" name="serial_number" type="checkbox" id="serialNumberCheck">
|
||||
|
|
Reference in New Issue