From f842d2578f55434cd4496674b3b739054a7bd7ef Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 4 Oct 2023 22:15:35 -0400 Subject: [PATCH] Add Software Key to export client pdf --- post/client.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/post/client.php b/post/client.php index dba60b21..060e3782 100644 --- a/post/client.php +++ b/post/client.php @@ -1316,6 +1316,10 @@ if (isset($_POST['export_client_pdf'])) { text: 'License', style: 'itemHeader' }, + { + text: 'License Key', + style: 'itemHeader' + }, { text: 'Notes', style: 'itemHeader' @@ -1326,6 +1330,7 @@ if (isset($_POST['export_client_pdf'])) { while($row = mysqli_fetch_array($sql_software)){ $software_name = $row['software_name']; $software_type = $row['software_type']; + $software_key = $row['software_key']; $software_license_type = $row['software_license_type']; $software_notes = $row['software_notes']; ?> @@ -1343,6 +1348,11 @@ if (isset($_POST['export_client_pdf'])) { text: , style: 'item' }, + { + text: , + style: 'item' + }, + { text: , style: 'item'