From 3d78b1bf7e65e0ad6ac21fdca6f642e933b8d0c0 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 16 Jan 2022 17:01:49 +0000 Subject: [PATCH 1/4] Comment undefined variable --- quotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes.php b/quotes.php index 94012fcc..ee92c51a 100644 --- a/quotes.php +++ b/quotes.php @@ -181,7 +181,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $quote_created_at = $row['quote_created_at']; $client_id = $row['client_id']; $client_name = htmlentities($row['client_name']); - $client_email = $row['client_email']; + //$client_email = $row['client_email']; - Commented Jan 2022 - clients database does not include email column $client_currency_code = $row['client_currency_code']; $category_id = $row['category_id']; $category_name = $row['category_name']; From ca15e96fdaf544043eb39b791e4654519e8ae421 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 16 Jan 2022 17:11:56 +0000 Subject: [PATCH 2/4] Add currency to form --- quote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quote.php b/quote.php index 8373866a..1f380b50 100644 --- a/quote.php +++ b/quote.php @@ -255,7 +255,7 @@ if(isset($_GET['quote_id'])){ - + - - + + - +