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 @@
+