From 7f6c0346af240efb1170ddcc3ab944d26870d85f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 25 Oct 2025 13:09:25 -0400 Subject: [PATCH] Add https:// prefix to vendor website field in vendor details modal --- agent/modals/vendor/vendor_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/modals/vendor/vendor_details.php b/agent/modals/vendor/vendor_details.php index 105ddefd..2baa0d19 100644 --- a/agent/modals/vendor/vendor_details.php +++ b/agent/modals/vendor/vendor_details.php @@ -51,7 +51,7 @@ ob_start();
Code:
-
Website: ' . $website . '' : 'Not Available'; ?>
+
Website: ' . $website . '' : 'Not Available'; ?>