From 633ce5d3421ab64620002497b5304391bea1a870 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 15 Apr 2022 15:37:37 -0400 Subject: [PATCH] Fix License Var --- client_contact_details_modal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client_contact_details_modal.php b/client_contact_details_modal.php index 55d0a78a..895f4d99 100644 --- a/client_contact_details_modal.php +++ b/client_contact_details_modal.php @@ -85,7 +85,7 @@ $software_id = $row['software_id']; $software_name = $row['software_name']; $software_type = $row['software_type']; - $software_license = $row['software_license_type']; + $software_license = $row['software_license']; $software_notes = $row['software_notes']; ?> @@ -105,4 +105,4 @@ - \ No newline at end of file +