opps missing contact_id var

This commit is contained in:
johnnyq 2021-08-28 13:16:27 -04:00
parent b3d6f68b79
commit c384db93d4
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}else{
$ticket_assigned_to_display = $row['user_name'];
}
$contact_id = $ow['contact_id'];
$contact_name = $row['contact_name'];
$contact_title = $row['contact_title'];
$contact_email = $row['contact_email'];