diff --git a/client_assets.php b/client_assets.php
index ffb287da..14e81d4f 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -176,7 +176,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
Install Date |
- Contact |
+ Assigned To |
Location |
Action |
diff --git a/post.php b/post.php
index da955ac9..0aa36982 100644
--- a/post.php
+++ b/post.php
@@ -4632,7 +4632,7 @@ if(isset($_GET['download_client_assets_csv_template'])){
$f = fopen('php://memory', 'w');
//set column headers
- $fields = array('Name', 'Type', 'Make', 'Model', 'Serial', 'OS', 'Contact', 'Location');
+ $fields = array('Name', 'Type', 'Make', 'Model', 'Serial', 'OS', 'Assigned To', 'Location');
fputcsv($f, $fields, $delimiter);
//move back to beginning of file