Fix Physical Locatiin not showing on edit Asset

This commit is contained in:
johnnyq 2024-06-13 14:47:48 -04:00
parent e3c39e473f
commit 6da19c3e6f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-map-marker-alt"></i></span>
</div>
<input type="text" class="form-control" name="physical_location" placeholder="Physical location eg. Floor 2, Closet B" value="<?php echo $physical_location; ?>">
<input type="text" class="form-control" name="physical_location" placeholder="Physical location eg. Floor 2, Closet B" value="<?php echo $asset_physical_location; ?>">
</div>
</div>