From 30b6f9b6a789637bc83881f65f704388b5bb932f Mon Sep 17 00:00:00 2001 From: Nicky Mogensen Date: Thu, 22 Feb 2024 21:12:10 +0100 Subject: [PATCH] Update client_vendors.php Added column to quick access a vendors support url --- client_vendors.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client_vendors.php b/client_vendors.php index 449202446..c07b44557 100644 --- a/client_vendors.php +++ b/client_vendors.php @@ -80,6 +80,7 @@ Vendor Description Contact + Website Action @@ -111,7 +112,13 @@ $vendor_code = nullable_htmlentities($row['vendor_code']); $vendor_notes = nullable_htmlentities($row['vendor_notes']); $vendor_template_id = intval($row['vendor_template_id']); - + + if (empty($vendor_website)) { + $vendor_website_display = "-"; + } else { + $vendor_website_display = ""; + } + ?> @@ -143,6 +150,7 @@
+