DB Structure Update - Added Extension to contact on export PDF, finished contact departments

This commit is contained in:
johnnyq
2022-02-22 13:14:17 -05:00
parent 1ed20217d1
commit a724807782
10 changed files with 213 additions and 9 deletions

View File

@@ -147,7 +147,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$location_name_display = "-";
}else{
$location_name_display = $location_name;
}
}
$department_id = $row['department_id'];
?>
<tr>