Comment undefined variable

This commit is contained in:
Marcus Hill 2022-01-16 17:01:49 +00:00
parent 778245ccec
commit 3d78b1bf7e
1 changed files with 1 additions and 1 deletions

View File

@ -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'];