From 542300a56b6460221c20d28a23afef97640dc31c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 26 Jan 2023 16:15:10 -0500 Subject: [PATCH] Removed Unused vendor_template_id --- client_vendor_templates.php | 1 + client_vendors.php | 1 - vendors.php | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client_vendor_templates.php b/client_vendor_templates.php index f8467b5b..b5678ed0 100644 --- a/client_vendor_templates.php +++ b/client_vendor_templates.php @@ -100,6 +100,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $vendor_sla = htmlentities($row['vendor_sla']); $vendor_code = htmlentities($row['vendor_code']); $vendor_notes = htmlentities($row['vendor_notes']); + $vendor_template = intval($row['vendor_template']); ?> diff --git a/client_vendors.php b/client_vendors.php index 8ca53126..b4bf3160 100644 --- a/client_vendors.php +++ b/client_vendors.php @@ -114,7 +114,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $vendor_sla = htmlentities($row['vendor_sla']); $vendor_code = htmlentities($row['vendor_code']); $vendor_notes = htmlentities($row['vendor_notes']); - $vendor_template_id = $row['vendor_template_id']; ?> diff --git a/vendors.php b/vendors.php index 78ece492..4dead675 100644 --- a/vendors.php +++ b/vendors.php @@ -120,7 +120,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $vendor_sla = htmlentities($row['vendor_sla']); $vendor_code = htmlentities($row['vendor_code']); $vendor_notes = htmlentities($row['vendor_notes']); - $vendor_template_id = $row['vendor_template_id']; ?>