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; } });