mirror of https://github.com/itflow-org/itflow
Comment undefined variable
This commit is contained in:
parent
778245ccec
commit
3d78b1bf7e
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue