From 926a7966026663e5f602bd67c09aa9ba7fda17b3 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 29 Oct 2024 18:23:05 -0400 Subject: [PATCH] Replaced logs, with asset_history in client assets --- client_asset_edit_modal.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/client_asset_edit_modal.php b/client_asset_edit_modal.php index 76645826..87446733 100644 --- a/client_asset_edit_modal.php +++ b/client_asset_edit_modal.php @@ -397,7 +397,7 @@
- +
@@ -405,19 +405,16 @@
    $log_created_at - $log_action: $log_description"; + while ($row = mysqli_fetch_array($sql_asset_history)) { + $asset_history_description = nullable_htmlentities(($row['asset_history_description'])); + $asset_history_created_at = nullable_htmlentities(($row['asset_history_created_at'])); + echo "
  • $asset_hisory_created_at - $asset_history_description
  • "; } ?>
- -