From b73dc8c508652dcfcda810e6a291a0f3be1849fd Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 16 Jan 2022 19:21:16 +0000 Subject: [PATCH] Typos --- quote.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quote.php b/quote.php index c97aa819..6facc851 100644 --- a/quote.php +++ b/quote.php @@ -406,7 +406,7 @@ include("footer.php"); ?> - + @@ -419,7 +419,7 @@ include("footer.php"); select: function (event, ui){ $("#name").val(ui.item.label); // Product name field - this seemingly has to referenced as label $("#desc").val(ui.item.description); // Product description field - $("#price").val(ui.item.price); // Product description field + $("#price").val(ui.item.price); // Product price field return false; } });