diff --git a/client_assets.php b/client_assets.php index 21322ee0..4ecc5d68 100644 --- a/client_assets.php +++ b/client_assets.php @@ -173,10 +173,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); } ?>
- - Archived + + Archived - Archived + Archived diff --git a/inc_all_client.php b/inc_all_client.php index 94d6d925..f11d434c 100644 --- a/inc_all_client.php +++ b/inc_all_client.php @@ -45,6 +45,7 @@ if (isset($_GET['client_id'])) { $client_rate = floatval($row['client_rate']); $client_notes = nullable_htmlentities($row['client_notes']); $client_created_at = nullable_htmlentities($row['client_created_at']); + $client_archived_at = nullable_htmlentities($row['client_archived_at']); $contact_id = intval($row['contact_id']); $contact_name = nullable_htmlentities($row['contact_name']); $contact_title = nullable_htmlentities($row['contact_title']); diff --git a/inc_client_top_head.php b/inc_client_top_head.php index 19ab16eb..21f9c6b0 100644 --- a/inc_client_top_head.php +++ b/inc_client_top_head.php @@ -2,7 +2,7 @@