/// Builds the inventory CSV string for the specified company, ordered alphabetically by name.
/// Column names match exactly so the file can be re-imported.
diff --git a/src/PowderCoating.Web/Views/AccountDataExport/Index.cshtml b/src/PowderCoating.Web/Views/AccountDataExport/Index.cshtml
index 1640c28..2d583fd 100644
--- a/src/PowderCoating.Web/Views/AccountDataExport/Index.cshtml
+++ b/src/PowderCoating.Web/Views/AccountDataExport/Index.cshtml
@@ -31,8 +31,9 @@
@foreach (var item in new[]
{
- ("Customers", "people", "Customers"),
- ("Jobs", "tools", "Jobs"),
+ ("Customers", "people", "Customers"),
+ ("CustomerContacts", "person-lines-fill", "Customer Contacts"),
+ ("Jobs", "tools", "Jobs"),
("Quotes", "file-earmark-text", "Quotes"),
("Invoices", "receipt", "Invoices"),
("Inventory", "boxes", "Inventory Items"),
diff --git a/src/PowderCoating.Web/Views/DataExport/Index.cshtml b/src/PowderCoating.Web/Views/DataExport/Index.cshtml
index 855df0b..8efe23f 100644
--- a/src/PowderCoating.Web/Views/DataExport/Index.cshtml
+++ b/src/PowderCoating.Web/Views/DataExport/Index.cshtml
@@ -180,6 +180,13 @@
Customers
+
+
+
+