diff --git a/client_vendors.php b/client_vendors.php
index 44920244..c07b4455 100644
--- a/client_vendors.php
+++ b/client_vendors.php
@@ -80,6 +80,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
Vendor |
Description |
Contact |
+ Website |
Action |
@@ -111,7 +112,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$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 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
+ | |
|