Fixed Edit Assign to if the asset was anything but a workstation it would blank out during an edit

This commit is contained in:
johnnyq 2022-05-10 22:11:05 -04:00
parent 06ae05f4f2
commit 647f133f48
1 changed files with 0 additions and 2 deletions

View File

@ -135,7 +135,6 @@
</div>
</div>
<?php if($asset_type !== 'Firewall/Router' && $asset_type !== 'Switch' && $asset_type !== 'Access Point' && $asset_type !== 'Printer' && $asset_type !== 'Server' && $asset_type !== 'Virtual Machine'){ ?>
<div class="form-group">
<label>Assigned To</label>
<div class="input-group">
@ -161,7 +160,6 @@
</select>
</div>
</div>
<?php } ?>
<div class="form-group">
<label>Network</label>