From cc3a133d168c1e82eb2853f0de9a593fc0324d04 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Thu, 25 Mar 2021 16:09:05 -0400 Subject: [PATCH] Fix Issue #179 Client Report Blank data on Waranty Expire and Purchase date --- client_print.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client_print.php b/client_print.php index 331ded0f..f6c8db32 100644 --- a/client_print.php +++ b/client_print.php @@ -291,8 +291,8 @@ if(isset($_GET['client_id'])){ $asset_os = $row['asset_os']; $asset_ip = $row['asset_ip']; $asset_mac = $row['asset_mac']; - $asset_purchase = $row['asset_purchase']; - $asset_warranty = $row['asset_warranty']; + $asset_purchase_date = $row['asset_purchase_date']; + $asset_warranty_expire = $row['asset_warranty_expire']; ?> @@ -304,8 +304,8 @@ if(isset($_GET['client_id'])){ - - + + -