You can now upload and create documents, credentials in contact and asset details sections

This commit is contained in:
johnnyq
2025-03-20 12:58:00 -04:00
parent 19a6f8f422
commit 475d653979
9 changed files with 75 additions and 18 deletions

View File

@@ -327,10 +327,9 @@
$asset_name_select = nullable_htmlentities($row['asset_name']);
$asset_contact_name_select = nullable_htmlentities($row['contact_name']);
?>
<option value="<?php echo $asset_id_select; ?>"
<?php if (isset($_GET['asset_id']) && $asset_id_select == $_GET['asset_id']) { echo "selected"; }
?>
><?php echo "$asset_name_select - $asset_contact_name_select"; ?></option>
<option value="<?php echo $asset_id_select; ?>">
<?php echo "$asset_name_select - $asset_contact_name_select"; ?>
</option>
<?php } ?>
</select>