mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
hides barcode settings if new label engine enabled
This commit is contained in:
parent
e1fcfc8dc1
commit
df8b1c0240
|
@ -186,7 +186,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if($settings->label2_enable == 0)
|
||||
<div class="col-md-4 col-lg-3 col-sm-6 col-xl-1">
|
||||
<div class="admin box box-default">
|
||||
<div class="box-body text-center">
|
||||
|
@ -201,6 +201,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="col-md-4 col-lg-3 col-sm-6 col-xl-1">
|
||||
<div class="admin box box-default">
|
||||
|
|
Loading…
Reference in a new issue