Add functionality to pull/sync assets & info from MeshCentral

This commit is contained in:
Marcus Hill
2022-02-26 21:51:37 +00:00
parent e16c5fe8ba
commit e4dc22a0ce
13 changed files with 3025 additions and 5 deletions

View File

@@ -193,6 +193,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$client_net_terms = $row['client_net_terms'];
$client_referral = $row['client_referral'];
$client_notes = $row['client_notes'];
$client_meshcentral_group = $row['client_meshcentral_group'];
$client_created_at = $row['client_created_at'];
$client_updated_at = $row['client_updated_at'];