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

@@ -7,6 +7,9 @@ if(isset($_GET['tab'])){
elseif($_GET['tab'] == "locations"){
include("client_locations.php");
}
if($_GET['tab'] == "departments"){
include("client_departments.php");
}
elseif($_GET['tab'] == "assets"){
include("client_assets.php");
}