mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
DB Structure Update - Added Extension to contact on export PDF, finished contact departments
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user