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']; ?>